Skip to content

DOC: Remove incorrect periods at the end of parameter types (#23597) #23600

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 11, 2018

Conversation

meiermark
Copy link
Contributor

@pep8speaks
Copy link

Hello @meiermark! Thanks for submitting the PR.

@codecov
Copy link

codecov bot commented Nov 9, 2018

Codecov Report

Merging #23600 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master   #23600   +/-   ##
=======================================
  Coverage   92.25%   92.25%           
=======================================
  Files         161      161           
  Lines       51262    51262           
=======================================
  Hits        47292    47292           
  Misses       3970     3970
Flag Coverage Δ
#multiple 90.64% <ø> (ø) ⬆️
#single 42.33% <ø> (ø) ⬆️
Impacted Files Coverage Δ
pandas/core/indexes/multi.py 95.46% <ø> (ø) ⬆️
pandas/io/clipboards.py 100% <ø> (ø) ⬆️
pandas/core/series.py 93.7% <ø> (ø) ⬆️
pandas/core/dtypes/inference.py 98.38% <ø> (ø) ⬆️
pandas/core/indexes/datetimes.py 96.13% <ø> (ø) ⬆️
pandas/core/strings.py 98.58% <ø> (ø) ⬆️
pandas/core/generic.py 96.81% <ø> (ø) ⬆️
pandas/core/indexes/range.py 97.32% <ø> (ø) ⬆️

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 f691711...3a68057. Read the comment docs.

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.

Nice!

cc @datapythonista : Anything needed to enforce the rule now that these violations have been fixed?

@datapythonista datapythonista merged commit 274ef6f into pandas-dev:master Nov 11, 2018
@gfyoung gfyoung added this to the 0.24.0 milestone Nov 11, 2018
@datapythonista
Copy link
Member

Thanks for taking care of those @meiermark

@gfyoung we don't have the validation of docstring in place yet, I'm adding it in #22854, I'll add this error there, so it starts to be checked when merged

@meiermark meiermark deleted the docu_remove_wrong_dots branch November 11, 2018 02:20
JustinZhengBC pushed a commit to JustinZhengBC/pandas that referenced this pull request Nov 14, 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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DOC: Remove incorrect periods at the end of parameter types
4 participants