Skip to content

Commit 6c8de22

Browse files
remove redundant whitespace
1 parent b41e1d1 commit 6c8de22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/indexes/base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4042,7 +4042,7 @@ def drop_duplicates(self, keep='first'):
40424042
Examples
40434043
--------
40444044
Generate an pandas.Index with duplicate values.
4045-
4045+
40464046
>>> idx = pd.Index(['lama', 'cow', 'lama', 'beetle', 'lama', 'hippo'])
40474047
40484048
With the 'keep' parameter, the selection behaviour of duplicated values

0 commit comments

Comments
 (0)