Skip to content
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

DOC: fix SA01, ES01 for pandas.RangeIndex.step #59857

Merged
merged 2 commits into from
Sep 25, 2024

Conversation

tuhinsharma121
Copy link
Contributor

fixes

pandas.RangeIndex.step SA01, ES01

@tuhinsharma121 tuhinsharma121 marked this pull request as ready for review September 22, 2024 05:50
Comment on lines 354 to 355
The `step` parameter determines the increment (or decrement in the case
of negative values) between consecutive elements in the `RangeIndex`.
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
The `step` parameter determines the increment (or decrement in the case
of negative values) between consecutive elements in the `RangeIndex`.
The ``step`` parameter determines the increment (or decrement in the case
of negative values) between consecutive elements in the ``RangeIndex``.

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 25, 2024
Co-authored-by: mroeschke <mroeschke@users.noreply.github.com>
@mroeschke mroeschke added this to the 3.0 milestone Sep 25, 2024
@mroeschke mroeschke merged commit 22055e4 into pandas-dev:main Sep 25, 2024
50 of 51 checks passed
@mroeschke
Copy link
Member

Thanks @tuhinsharma121

@tuhinsharma121 tuhinsharma121 deleted the pandas.RangeIndex.step branch November 1, 2024 02:21
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