Skip to content

Commit 462b1a9

Browse files
committed
quote the float precision options
1 parent a5c5e2a commit 462b1a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pandas/io/parsers.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -338,9 +338,9 @@
338338
option can improve performance because there is no longer any I/O overhead.
339339
float_precision : str, optional
340340
Specifies which converter the C engine should use for floating-point
341-
values. The options are `None` or `high` for the ordinary converter,
342-
`legacy` for the original lower precision pandas converter, and
343-
`round_trip` for the round-trip converter.
341+
values. The options are ``None`` or 'high' for the ordinary converter,
342+
'legacy' for the original lower precision pandas converter, and
343+
'round_trip' for the round-trip converter.
344344
345345
.. versionchanged:: 1.2
346346

0 commit comments

Comments
 (0)