Skip to content

DOC: fix SA01,ES01 for pandas.RangeIndex.stop #59729

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
Sep 9, 2024

Conversation

tuhinsharma121
Copy link
Contributor

fixes

pandas.RangeIndex.stop SA01, ES01

@tuhinsharma121 tuhinsharma121 marked this pull request as ready for review September 6, 2024 06:47
@@ -313,6 +313,20 @@ def stop(self) -> int:
"""
The value of the `stop` parameter.

This property returns the `stop` value of the RangeIndex, which defines the
Copy link
Member

Choose a reason for hiding this comment

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

Could we make this just 2 sentences? I think the information describing the RangeIndex is superfluous.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done!

@mroeschke mroeschke added the Docs label Sep 6, 2024
@mroeschke mroeschke added this to the 3.0 milestone Sep 9, 2024
@mroeschke mroeschke merged commit 6b74d6f into pandas-dev:main Sep 9, 2024
47 checks passed
@mroeschke
Copy link
Member

Thanks @tuhinsharma121

ammar-qazi pushed a commit to ammar-qazi/pandas that referenced this pull request Sep 9, 2024
* DOC: fix SA01,ES01 for pandas.RangeIndex.stop

* remove superfluous description of RangeIndex
@tuhinsharma121 tuhinsharma121 deleted the pandas.RangeIndex.stop branch September 13, 2024 05:06
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.

2 participants