From 065c299383a0334881cfe4ecfeedb72f3ff144ea Mon Sep 17 00:00:00 2001 From: Simon Hawkins Date: Sun, 26 May 2019 19:10:34 +0100 Subject: [PATCH] DOC: fix broken link for .iloc --- pandas/core/indexing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 --------