Skip to content

DOC: Fixing spaces before non param colons in docstrings. #23805

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 1 commit into from
Nov 21, 2018
Merged

DOC: Fixing spaces before non param colons in docstrings. #23805

merged 1 commit into from
Nov 21, 2018

Conversation

bk521234
Copy link
Contributor

@bk521234 bk521234 commented Nov 20, 2018

@pep8speaks
Copy link

Hello @bk521234! Thanks for submitting the PR.

@bk521234 bk521234 changed the title fixing missing spacing before non param colons in docstrings. fixing missing spaces before non param colons in docstrings. Nov 20, 2018
@jreback jreback added the Docs label Nov 20, 2018
@bk521234 bk521234 changed the title fixing missing spaces before non param colons in docstrings. fixing spaces before non param colons in docstrings. Nov 20, 2018
@codecov
Copy link

codecov bot commented Nov 20, 2018

Codecov Report

❗ No coverage uploaded for pull request base (master@2af56d4). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master   #23805   +/-   ##
=========================================
  Coverage          ?   92.28%           
=========================================
  Files             ?      161           
  Lines             ?    51457           
  Branches          ?        0           
=========================================
  Hits              ?    47489           
  Misses            ?     3968           
  Partials          ?        0
Flag Coverage Δ
#multiple 90.68% <ø> (?)
#single 42.31% <ø> (?)
Impacted Files Coverage Δ
pandas/plotting/_core.py 83.63% <ø> (ø)
pandas/plotting/_tools.py 78.77% <ø> (ø)
pandas/core/series.py 93.68% <ø> (ø)
pandas/core/algorithms.py 95.11% <ø> (ø)

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 2af56d4...cff4424. Read the comment docs.

Copy link
Member

@datapythonista datapythonista left a comment

Choose a reason for hiding this comment

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

Looks good, thank you for the fixes @bk521234

@datapythonista datapythonista changed the title fixing spaces before non param colons in docstrings. DOC: Fixing spaces before non param colons in docstrings. Nov 20, 2018
@bk521234
Copy link
Contributor Author

👍

@jorisvandenbossche jorisvandenbossche merged commit 4f16dff into pandas-dev:master Nov 21, 2018
@jorisvandenbossche jorisvandenbossche added this to the 0.24.0 milestone Nov 21, 2018
@jorisvandenbossche
Copy link
Member

Thanks @bk521234 !

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DOC: Wrong spaces in the documentation
5 participants