From 8325778b07ef020fb4e81fdb52b4f032904c9154 Mon Sep 17 00:00:00 2001 From: Nick Crews Date: Fri, 4 Mar 2022 04:10:55 +0000 Subject: [PATCH] DOC: Fix warnings on underline length (more) I missed the other instance of the problem in https://github.com/pandas-dev/pandas/pull/46215. --- pandas/core/indexes/numeric.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandas/core/indexes/numeric.py b/pandas/core/indexes/numeric.py index cbfe177574665..be88b874908e8 100644 --- a/pandas/core/indexes/numeric.py +++ b/pandas/core/indexes/numeric.py @@ -327,7 +327,7 @@ def _format_native_types( None Methods - ---------- + ------- None See Also