Skip to content

Commit 00586ca

Browse files
mingglijorisvandenbossche
authored andcommitted
rephrase See Also section
1 parent dd583a1 commit 00586ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/series.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1445,7 +1445,7 @@ def unique(self):
14451445
14461446
See Also
14471447
--------
1448-
unique : return unique values of 1d array-like objects.
1448+
pandas.unique : top-level unique method for any 1-d array-like object.
14491449
Index.unique : return Index with unique values from an Index object.
14501450
14511451
Examples

0 commit comments

Comments
 (0)