Skip to content

Commit 120e769

Browse files
correct docstring
1 parent d097bfc commit 120e769

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/internals/managers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1967,7 +1967,7 @@ def items_overlap_with_suffix(left, lsuffix, right, rsuffix):
19671967
def renamer(x, suffix):
19681968
"""Rename the left and right indices.
19691969
1970-
If there is overlap, and suffix is not None or False, add
1970+
If there is overlap, and suffix is not None, add
19711971
suffix, otherwise, leave it as-is.
19721972
19731973
Parameters

0 commit comments

Comments
 (0)