From 08a0e62e1e49f5f4355f2f92d27f39ddc63f19dc Mon Sep 17 00:00:00 2001 From: Samuel Xavier Date: Mon, 29 Jan 2024 18:12:05 -0300 Subject: [PATCH] The smallest typo correction, "engine" lacked an "n". --- pandas/_typing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandas/_typing.py b/pandas/_typing.py index fa9dc14bb4bd7..0233fbbcf3a12 100644 --- a/pandas/_typing.py +++ b/pandas/_typing.py @@ -332,7 +332,7 @@ def readline(self) -> AnyStr_co: @property def closed(self) -> bool: - # for enine=pyarrow + # for engine=pyarrow ...