Skip to content

Fix SS06 formatting errors #29295

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Oct 31, 2019
Merged

Fix SS06 formatting errors #29295

merged 4 commits into from
Oct 31, 2019

Conversation

profwacko
Copy link
Contributor

More SS06 (Summary should fit in a single line) errors fixed (#29254):

The following docstrings were examined and fixed:

pandas.DataFrame
pandas.DataFrame.transform
pandas.DataFrame.corrwith
pandas.DataFrame.describe
pandas.DataFrame.kurt
pandas.DataFrame.kurtosis
pandas.DataFrame.skew
pandas.DataFrame.align
pandas.DataFrame.drop_duplicates
pandas.DataFrame.duplicated

Validated with python scripts/validate_docstrings.py

Also referencing issue: #27977

Summary docstrings formatted to one line and split to extended summary for longer summaries.

pandas.DataFrame
pandas.DataFrame.transform
pandas.DataFrame.corrwith
pandas.DataFrame.describe
pandas.DataFrame.kurt
pandas.DataFrame.kurtosis
pandas.DataFrame.skew
pandas.DataFrame.align
pandas.DataFrame.drop_duplicates
pandas.DataFrame.duplicated
@pep8speaks
Copy link

pep8speaks commented Oct 30, 2019

Hello @profwacko! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻

Comment last updated at 2019-10-30 16:57:01 UTC

@gfyoung gfyoung added Docs Code Style Code style, linting, code_checks labels Oct 31, 2019
@jorisvandenbossche jorisvandenbossche added this to the 1.0 milestone Oct 31, 2019
Copy link
Member

@WillAyd WillAyd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@WillAyd WillAyd merged commit ae30758 into pandas-dev:master Oct 31, 2019
@WillAyd
Copy link
Member

WillAyd commented Oct 31, 2019

Thanks @profwacko

Reksbril pushed a commit to Reksbril/pandas that referenced this pull request Nov 18, 2019
proost pushed a commit to proost/pandas that referenced this pull request Dec 19, 2019
proost pushed a commit to proost/pandas that referenced this pull request Dec 19, 2019
@profwacko profwacko deleted the fix-docstring-format branch February 28, 2020 19:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Code Style Code style, linting, code_checks Docs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants