Skip to content

Commit

Permalink
DOC: Fix warnings on underline length (pandas-dev#46215)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCrews authored Mar 4, 2022
1 parent eac1734 commit 8e0baa2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pandas/core/indexes/numeric.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class NumericIndex(Index):
None
Methods
----------
-------
None
See Also
Expand Down
2 changes: 1 addition & 1 deletion pandas/io/orc.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def read_orc(
DataFrame
Notes
-------
-----
Before using this function you should read the :ref:`user guide about ORC <io.orc>`
and :ref:`install optional dependencies <install.warn_orc>`.
"""
Expand Down

0 comments on commit 8e0baa2

Please sign in to comment.