Skip to content

Commit 6c1c618

Browse files
committed
DOCS: fix underline length
1 parent 8427640 commit 6c1c618

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pandas/core/arrays/arrow/accessors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ def dtypes(self) -> Series:
245245
The data type of each child field.
246246
247247
See Also
248-
-------
248+
--------
249249
Series.dtype: Return the dtype object of the underlying data.
250250
251251
Examples

pandas/core/series.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1618,7 +1618,7 @@ def to_markdown(
16181618
{klass} in Markdown-friendly format.
16191619
16201620
See Also
1621-
-------
1621+
--------
16221622
Series.to_frame : Rrite a text representation of object to the system clipboard.
16231623
Series.to_latex : Render Series to LaTeX-formatted table.
16241624

0 commit comments

Comments
 (0)