Skip to content

Commit 623920e

Browse files
committed
parameter key
1 parent 8adb1a2 commit 623920e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/frame.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4222,7 +4222,7 @@ def __setitem__(self, key, value) -> None:
42224222
42234223
Parameters
42244224
----------
4225-
key : str, list of str, or tuple
4225+
key : The object(s) in the index which are to be assigned to
42264226
Column label(s) to set. Can be a single column name, list of column names,
42274227
or tuple for MultiIndex columns.
42284228
value : scalar, array-like, Series, or DataFrame

0 commit comments

Comments
 (0)