Skip to content

DOC: Fix indentation in docstring example #30833

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 2 commits into from
Jan 9, 2020

Conversation

ShaharNaveh
Copy link
Member

25
>>> add(10, -10)
0
"""
return num1 + num2
Copy link
Member

Choose a reason for hiding this comment

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

does this line need an indent too?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes it does, somehow missed it.

@jreback jreback added the Docs label Jan 9, 2020
@jorisvandenbossche jorisvandenbossche changed the title DOC: Fix indent DOC: Fix indentation in docstring example Jan 9, 2020
Co-Authored-By: Joris Van den Bossche <jorisvandenbossche@gmail.com>
@ShaharNaveh
Copy link
Member Author

Thank you :)
@jorisvandenbossche

Copy link
Contributor

@TomAugspurger TomAugspurger left a comment

Choose a reason for hiding this comment

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

Thanks!

@TomAugspurger TomAugspurger added this to the 1.0 milestone Jan 9, 2020
@TomAugspurger TomAugspurger merged commit a879f03 into pandas-dev:master Jan 9, 2020
@ShaharNaveh ShaharNaveh deleted the DOC-fix-indent branch January 10, 2020 20:42
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: Fix indentation in docstring example
5 participants