Skip to content

Commit 9b4929c

Browse files
committed
1 parent 4013068 commit 9b4929c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas-stubs/core/series.pyi

+1
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ class _LocIndexerSeries(_LocIndexer, Generic[S1]):
198198
| list[str]
199199
| slice
200200
| _IndexSliceTuple
201+
| Sequence[_IndexSliceTuple]
201202
| Callable
202203
),
203204
# _IndexSliceTuple is when having a tuple that includes a slice. Could just

0 commit comments

Comments
 (0)