Skip to content

Commit 674cf4f

Browse files
authored
DOC: Correct inputs list in Series.get_value
The variable passed in is "label," not "index." The input description now matches what we see in "set_value"
1 parent a18d725 commit 674cf4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/series.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -951,7 +951,7 @@ def get_value(self, label, takeable=False):
951951
952952
Parameters
953953
----------
954-
index : label
954+
label : object
955955
takeable : interpret the index as indexers, default False
956956
957957
Returns

0 commit comments

Comments
 (0)