Description
Location of the documentation
pandas/pandas/core/shared_docs.py
Lines 6 to 8 in 32d79ef
pandas/pandas/core/shared_docs.py
Lines 48 to 50 in 32d79ef
pandas/pandas/core/shared_docs.py
Lines 77 to 79 in 32d79ef
pandas/pandas/core/shared_docs.py
Lines 146 to 148 in 32d79ef
pandas/pandas/core/shared_docs.py
Lines 260 to 262 in 32d79ef
Documentation problem
GL01 pandas docstring errors. Docstring text (summary) should start in the line immediately after the opening quotes (not in the same line, or leaving a blank line in between.
Suggested fix for documentation
It's really unnecessary using \
to break the line when using """
as the docstring. It also treats the next line as the same line. Remove the \
instead.