Skip to content

Conversation

Cardosaum
Copy link
Contributor

…sistent block of suggestions. Solve issue #31526

I didn't run those listed tests above, however I doubt it will break something.

This PR only correct a Typo I found on documentation. I hope I'll be useful to improve this project.

@@ -67,20 +67,20 @@ will be completed:
@verbatim
In [1]: df2.<TAB> # noqa: E225, E999
df2.A df2.bool
df2.abs df2.boxplot
df2.abs() df2.boxplot
Copy link
Member

Choose a reason for hiding this comment

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

I can't check this, but are you sure we actually provide parentheses? That seems inconsistent with the other ones.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Oh, you are right!

sorry for this mistake.

@gfyoung
Copy link
Member

gfyoung commented Feb 9, 2020

@Cardosaum : First off, welcome to pandas 🎉

I have a quick question about your changes. Otherwise, would be good if someone else from @pandas-dev/pandas-core could review this, as I can't check this.

@gfyoung gfyoung added the Docs label Feb 9, 2020
thanks to @gfyoung to spot this error.
@Cardosaum
Copy link
Contributor Author

I corrected this error, @gfyoung .

Thanks for spotting this!

@jreback jreback added this to the 1.1 milestone Feb 9, 2020
@jreback jreback merged commit a76cfbf into pandas-dev:master Feb 9, 2020
@jreback
Copy link
Contributor

jreback commented Feb 9, 2020

thanks @Cardosaum

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: 10 minutes - <TAB> completion section showing inconsistent suggestions
3 participants