Skip to content

DOC: Do no use 'type' as first word when specifying a return type (#21622) #21623

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
Jun 25, 2018

Conversation

aberres
Copy link
Contributor

@aberres aberres commented Jun 25, 2018

Pycharm is otherwise confused and expects objects of type
'type' to be returned.

@aberres aberres changed the title DOC: Do no use 'type' as fist word when specifying a return type (#21622) DOC: Do no use 'type' as first word when specifying a return type (#21622) Jun 25, 2018
…ndas-dev#21622)

Pycharm is otherwise confused and expects objects of type
'type' to be returned.
@codecov
Copy link

codecov bot commented Jun 25, 2018

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master   #21623   +/-   ##
=======================================
  Coverage    91.9%    91.9%           
=======================================
  Files         153      153           
  Lines       49547    49547           
=======================================
  Hits        45537    45537           
  Misses       4010     4010
Flag Coverage Δ
#multiple 90.3% <ø> (ø) ⬆️
#single 41.78% <ø> (ø) ⬆️
Impacted Files Coverage Δ
pandas/core/frame.py 97.23% <ø> (ø) ⬆️
pandas/core/groupby/groupby.py 92.66% <ø> (ø) ⬆️
pandas/core/sparse/series.py 95.2% <ø> (ø) ⬆️
pandas/core/generic.py 96.22% <ø> (ø) ⬆️
pandas/io/packers.py 88.2% <ø> (ø) ⬆️
pandas/core/window.py 96.28% <ø> (ø) ⬆️
pandas/io/pytables.py 92.43% <ø> (ø) ⬆️

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 4922c0e...452cd99. Read the comment docs.

@gfyoung gfyoung added the Docs label Jun 25, 2018
@jreback jreback added this to the 0.24.0 milestone Jun 25, 2018
@jreback jreback merged commit 3433f19 into pandas-dev:master Jun 25, 2018
@jreback
Copy link
Contributor

jreback commented Jun 25, 2018

thanks @aberres

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.

Pycharm is confused by 'type' in docstrings
4 participants