Skip to content

Commit 0029b53

Browse files
committed
sync
1 parent a835e23 commit 0029b53

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pandas-stubs/core/frame.pyi

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -870,7 +870,12 @@ class DataFrame(NDFrame, OpsMixin, _GetItemHack):
870870
def __setitem__(
871871
self,
872872
idx: (
873-
MaskType | Hashable | _IndexSliceTuple | list[ScalarT] | IndexingInt | slice
873+
MaskType
874+
| Hashable
875+
| _IndexSliceTuple
876+
| Iterable[Scalar]
877+
| IndexingInt
878+
| slice
874879
),
875880
value: (
876881
Scalar

0 commit comments

Comments
 (0)