diff --git a/pandas/core/indexing.py b/pandas/core/indexing.py index 3c7a286c8a4f8..93e56834b62f6 100755 --- a/pandas/core/indexing.py +++ b/pandas/core/indexing.py @@ -1940,7 +1940,7 @@ class _iLocIndexer(_LocationIndexer): out-of-bounds, except *slice* indexers which allow out-of-bounds indexing (this conforms with python/numpy *slice* semantics). - See more at ref:`Selection by Position `. + See more at :ref:`Selection by Position `. See Also --------