Skip to content

Commit 65047d6

Browse files
authored
DOC: Add missing :ref: to a link in a docstring (#50012)
1 parent 3377a6d commit 65047d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/frame.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5168,7 +5168,7 @@ def drop(
51685168
Remove rows or columns by specifying label names and corresponding
51695169
axis, or by specifying directly index or column names. When using a
51705170
multi-index, labels on different levels can be removed by specifying
5171-
the level. See the `user guide <advanced.shown_levels>`
5171+
the level. See the :ref:`user guide <advanced.shown_levels>`
51725172
for more information about the now unused levels.
51735173
51745174
Parameters

0 commit comments

Comments
 (0)