Skip to content

Commit

Permalink
docs: Change quotechar for Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Mar 7, 2023
1 parent 014a14c commit 10a4a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/scripts/csvformat.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ To avoid escaping quote characters when using :code:`--quoting 3`, add :code:`--

.. code-block:: bash
csvformat -u 3 -U 3 -Q "" examples/optional_quote_characters.csv
csvformat -u3 -U3 -Q🐍 examples/optional_quote_characters.csv

0 comments on commit 10a4a30

Please sign in to comment.