Skip to content

Commit 599307c

Browse files
authored
Apply suggestion from @mroeschke
1 parent 95e3cb5 commit 599307c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/user_guide/io.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ dtype_backend : {"numpy_nullable", "pyarrow"}, defaults to NumPy backed DataFram
173173
engine : {``'c'``, ``'python'``, ``'pyarrow'``}
174174
Parser engine to use. The C and pyarrow engines are faster, while the python engine
175175
is currently more feature-complete. Multithreading is currently only supported by
176-
the pyarrow engine. Some features of "pyarrow" engine
176+
the pyarrow engine. Some features of the "pyarrow" engine
177177
are unsupported or may not work correctly.
178178
converters : dict, default ``None``
179179
Dict of functions for converting values in certain columns. Keys can either be

0 commit comments

Comments
 (0)