From 09837c2b15e39046d3a16d233b27df26821c0530 Mon Sep 17 00:00:00 2001 From: jnclt Date: Fri, 2 Dec 2022 15:38:38 +0000 Subject: [PATCH] Add missing :ref: to a link in a docstring --- pandas/core/frame.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandas/core/frame.py b/pandas/core/frame.py index 0144aefedaa5f..aa61399f94330 100644 --- a/pandas/core/frame.py +++ b/pandas/core/frame.py @@ -5168,7 +5168,7 @@ def drop( Remove rows or columns by specifying label names and corresponding axis, or by specifying directly index or column names. When using a multi-index, labels on different levels can be removed by specifying - the level. See the `user guide ` + the level. See the :ref:`user guide ` for more information about the now unused levels. Parameters