Skip to content

Commit 8e0baa2

Browse files
authored
DOC: Fix warnings on underline length (#46215)
1 parent eac1734 commit 8e0baa2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pandas/core/indexes/numeric.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class NumericIndex(Index):
6262
None
6363
6464
Methods
65-
----------
65+
-------
6666
None
6767
6868
See Also

pandas/io/orc.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def read_orc(
4141
DataFrame
4242
4343
Notes
44-
-------
44+
-----
4545
Before using this function you should read the :ref:`user guide about ORC <io.orc>`
4646
and :ref:`install optional dependencies <install.warn_orc>`.
4747
"""

0 commit comments

Comments
 (0)