Skip to content

Commit a061e39

Browse files
committed
update docstring for pylint
1 parent 451aa4e commit a061e39

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pandas/core/frame.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7746,8 +7746,10 @@ def select_by_substr(
77467746
77477747
See Also
77487748
--------
7749-
DataFrame.filter : Subset the columns or rows of a DataFrame according to labels or a boolean array.
7750-
DataFrame.loc : Access a group of rows and columns by label(s) or a boolean array.
7749+
DataFrame.filter : Subset the columns or rows of a DataFrame according to
7750+
labels or a boolean array.
7751+
DataFrame.loc : Access a group of rows and columns by label(s) or a
7752+
boolean array.
77517753
77527754
Notes
77537755
-----

0 commit comments

Comments
 (0)