Skip to content

Commit 1f8b763

Browse files
authored
CLN: The smallest typo correction, "engine" lacked an "n". (#57134)
The smallest typo correction, "engine" lacked an "n".
1 parent 3eea5fd commit 1f8b763

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_typing.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ def readline(self) -> AnyStr_co:
332332

333333
@property
334334
def closed(self) -> bool:
335-
# for enine=pyarrow
335+
# for engine=pyarrow
336336
...
337337

338338

0 commit comments

Comments
 (0)