Skip to content

Commit 8513f0e

Browse files
samuelpxpmhatre1
authored andcommitted
CLN: The smallest typo correction, "engine" lacked an "n". (pandas-dev#57134)
The smallest typo correction, "engine" lacked an "n".
1 parent e6246f7 commit 8513f0e

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)