Skip to content

Commit 24b02f4

Browse files
remove superfluous description of RangeIndex
1 parent a57fc32 commit 24b02f4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pandas/core/indexes/range.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -316,10 +316,7 @@ def stop(self) -> int:
316316
This property returns the `stop` value of the RangeIndex, which defines the
317317
upper (or lower, in case of negative steps) bound of the index range. The
318318
`stop` value is exclusive, meaning the RangeIndex includes values up to but
319-
not including this value. This property complements the `start` and `step`
320-
properties that, together with `stop`, describe the entire range. The
321-
`RangeIndex` is commonly used in performance-critical scenarios because it
322-
doesn't store individual values, only the range metadata.
319+
not including this value.
323320
324321
See Also
325322
--------

0 commit comments

Comments
 (0)