Skip to content

Commit d4553cc

Browse files
authored
Apply suggestion from @mroeschke
1 parent 83a517e commit d4553cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/user_guide/io.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,8 @@ 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. The "pyarrow" engine is an *experimental* engine, and some features
177-
are unsupported, or may not work correctly, with this engine.
176+
the pyarrow engine. Some features of "pyarrow" engine
177+
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
180180
integers or column labels.

0 commit comments

Comments
 (0)