Skip to content

Commit 5f49114

Browse files
committed
fixing docstring formatting
1 parent dcad915 commit 5f49114

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/parsers/readers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ class _read_shared(TypedDict, Generic[HashableT], total=False):
354354
Character used to denote the start and end of a quoted item. Quoted
355355
items can include the ``delimiter`` and it will be ignored.
356356
quoting : {{0 or csv.QUOTE_MINIMAL, 1 or csv.QUOTE_ALL, 2 or csv.QUOTE_NONNUMERIC,
357-
3 or csv.QUOTE_NONE}}, default csv.QUOTE_MINIMAL
357+
3 or csv.QUOTE_NONE}}, default csv.QUOTE_MINIMAL
358358
Control field quoting behavior per ``csv.QUOTE_*`` constants. Default is
359359
``csv.QUOTE_MINIMAL`` (i.e., 0) which implies that only fields containing special
360360
characters are quoted (e.g., characters defined in ``quotechar``, ``delimiter``,

0 commit comments

Comments
 (0)