Skip to content

Commit 1da336b

Browse files
DOC: fix link to python docs on range
1 parent 9c714ff commit 1da336b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/advanced.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,7 @@ Int64Index and RangeIndex
729729
Prior to 0.18.0, the ``Int64Index`` would provide the default index for all ``NDFrame`` objects.
730730
731731
``RangeIndex`` is a sub-class of ``Int64Index`` added in version 0.18.0, now providing the default index for all ``NDFrame`` objects.
732-
``RangeIndex`` is an optimized version of ``Int64Index`` that can represent a monotonic ordered set. These are analagous to python :ref:`range types <https://docs.python.org/3/library/stdtypes.html#typesseq-range>`.
732+
``RangeIndex`` is an optimized version of ``Int64Index`` that can represent a monotonic ordered set. These are analagous to python `range types <https://docs.python.org/3/library/stdtypes.html#typesseq-range>`__.
733733
734734
.. _indexing.float64index:
735735

0 commit comments

Comments
 (0)