Skip to content

Commit 947126d

Browse files
DOC: fix broken link for .iloc (#26533)
1 parent 0a516c1 commit 947126d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/indexing.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1940,7 +1940,7 @@ class _iLocIndexer(_LocationIndexer):
19401940
out-of-bounds, except *slice* indexers which allow out-of-bounds
19411941
indexing (this conforms with python/numpy *slice* semantics).
19421942
1943-
See more at ref:`Selection by Position <indexing.integer>`.
1943+
See more at :ref:`Selection by Position <indexing.integer>`.
19441944
19451945
See Also
19461946
--------

0 commit comments

Comments
 (0)