You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Call ``func`` on self producing a {klass} with transformed values.
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.
The text was updated successfully, but these errors were encountered:
Location of the documentation
shared_docs.py
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.The text was updated successfully, but these errors were encountered: