diff --git a/pandas/core/arrays/arrow/accessors.py b/pandas/core/arrays/arrow/accessors.py index d25488c91dc1a..f57d64af7f258 100644 --- a/pandas/core/arrays/arrow/accessors.py +++ b/pandas/core/arrays/arrow/accessors.py @@ -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 diff --git a/pandas/core/series.py b/pandas/core/series.py index 3b4866164f356..4242a081a0bf0 100644 --- a/pandas/core/series.py +++ b/pandas/core/series.py @@ -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.