Skip to content

Commit

Permalink
DOCS: fix underline length
Browse files Browse the repository at this point in the history
  • Loading branch information
githubalexliu committed Aug 25, 2024
1 parent 8427640 commit 6c1c618
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pandas/core/arrays/arrow/accessors.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ def dtypes(self) -> Series:
The data type of each child field.
See Also
-------
--------
Series.dtype: Return the dtype object of the underlying data.
Examples
Expand Down
2 changes: 1 addition & 1 deletion pandas/core/series.py
Original file line number Diff line number Diff line change
Expand Up @@ -1618,7 +1618,7 @@ def to_markdown(
{klass} in Markdown-friendly format.
See Also
-------
--------
Series.to_frame : Rrite a text representation of object to the system clipboard.
Series.to_latex : Render Series to LaTeX-formatted table.
Expand Down

0 comments on commit 6c1c618

Please sign in to comment.