Skip to content

DOC: Fix divmod return values #31894

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 4 commits into from
Feb 12, 2020
Merged

Conversation

naterarmstrong
Copy link
Contributor

@naterarmstrong naterarmstrong commented Feb 11, 2020

@@ -233,82 +234,115 @@ def _make_flex_doc(op_name, typ):
dtype: float64
"""

_returns_series = """Series\n The result of the operation."""

_returns_tuple = """Tuple of Series\n The result of the operation."""
Copy link
Member

Choose a reason for hiding this comment

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

specify that its a 2-tuple?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

That seems reasonable, done.

@WillAyd WillAyd added the Docs label Feb 12, 2020
@WillAyd WillAyd added this to the 1.1 milestone Feb 12, 2020
@WillAyd WillAyd merged commit 415e43b into pandas-dev:master Feb 12, 2020
@WillAyd
Copy link
Member

WillAyd commented Feb 12, 2020

thanks @naterarmstrong

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.

Documentation for divmod and rdivmod gives wrong return type
3 participants