Skip to content

Commit c9339d5

Browse files
committed
pyi error
1 parent 9bcc4ea commit c9339d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_libs/lib.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,6 @@ def is_range_indexer(
232232
n: int, # np.ndarray[np.int64, ndim=1]
233233
) -> bool: ...
234234
def is_range(
235-
left: np.ndarray,
235+
sequence: np.ndarray,
236236
diff: int, # np.ndarray[np.int64, ndim=1]
237237
) -> bool: ...

0 commit comments

Comments
 (0)