Skip to content
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

DOC: Delete more trailing blank lines in docstrings. #23698

Merged
merged 2 commits into from
Nov 15, 2018

Conversation

douglatornell
Copy link
Contributor

@pep8speaks
Copy link

Hello @douglatornell! Thanks for submitting the PR.

@codecov
Copy link

codecov bot commented Nov 14, 2018

Codecov Report

Merging #23698 into master will decrease coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #23698      +/-   ##
==========================================
- Coverage   92.24%   92.24%   -0.01%     
==========================================
  Files         161      161              
  Lines       51339    51336       -3     
==========================================
- Hits        47360    47357       -3     
  Misses       3979     3979
Flag Coverage Δ
#multiple 90.64% <ø> (-0.01%) ⬇️
#single 42.34% <ø> (ø) ⬆️
Impacted Files Coverage Δ
pandas/core/indexing.py 93.87% <ø> (ø) ⬆️
pandas/core/window.py 96.4% <ø> (ø) ⬆️
pandas/core/arrays/categorical.py 95.34% <ø> (ø) ⬆️
pandas/plotting/_core.py 83.63% <ø> (ø) ⬆️
pandas/core/arrays/datetimes.py 98.47% <ø> (ø) ⬆️
pandas/core/generic.py 96.82% <ø> (ø) ⬆️
pandas/core/strings.py 98.58% <ø> (ø) ⬆️
pandas/io/formats/format.py 97.88% <0%> (-0.01%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b4b945a...3c3a099. Read the comment docs.

@gfyoung gfyoung added Docs Code Style Code style, linting, code_checks labels Nov 14, 2018
Copy link
Member

@gfyoung gfyoung left a comment

Choose a reason for hiding this comment

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

@datapythonista
Copy link
Member

@douglatornell can you resolve the conflicts please?

@douglatornell
Copy link
Contributor Author

@datapythonista conflict resolved.

@datapythonista datapythonista merged commit e98032d into pandas-dev:master Nov 15, 2018
@datapythonista
Copy link
Member

Thank you for the work on this @douglatornell, great to have all these fixed.

@douglatornell douglatornell deleted the issue-23632-finish branch November 16, 2018 13:48
tm9k1 pushed a commit to tm9k1/pandas that referenced this pull request Nov 19, 2018
Pingviinituutti pushed a commit to Pingviinituutti/pandas that referenced this pull request Feb 28, 2019
Pingviinituutti pushed a commit to Pingviinituutti/pandas that referenced this pull request Feb 28, 2019
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.

DOC: Fix double blank lines in Series docstrings
4 participants