Skip to content

Commit 85c2bfa

Browse files
committed
Remove update from Series doc-string
1 parent ded32f3 commit 85c2bfa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pandas/core/series.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,6 @@ class Series(base.IndexOpsMixin, strings.StringAccessorMixin,
111111
associated index values-- they need not be the same length. The result
112112
index will be the sorted union of the two indexes.
113113
114-
`kind` and `na_position` were added in 0.19.0 to Series.sort_index()
115-
116114
Parameters
117115
----------
118116
data : array-like, dict, or scalar value

0 commit comments

Comments
 (0)