Skip to content

Commit 405c690

Browse files
author
Csaba Farkas
committed
DOC: shorten long lines
1 parent bfa8b7a commit 405c690

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/core/indexes/base.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1723,8 +1723,8 @@ def get_duplicates(self):
17231723
17241724
See Also
17251725
--------
1726-
:meth:`Index.duplicated` : Return boolean array denoting duplicate values.
1727-
:meth:`Index.drop_duplicates` : Return Index with duplicate values removed.
1726+
:meth:`Index.duplicated` : Return boolean array denoting duplicates.
1727+
:meth:`Index.drop_duplicates` : Return Index with duplicates removed.
17281728
17291729
Examples
17301730
--------

0 commit comments

Comments
 (0)