From 8188acc1f1a96f37eef1f6fc1edaa3eb2e8a482a Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sun, 21 May 2023 14:03:03 -0700 Subject: [PATCH] Fix for missing csv Pygments support, refs #551 --- docs/cli.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/cli.rst b/docs/cli.rst index b5f1f8f..a121674 100644 --- a/docs/cli.rst +++ b/docs/cli.rst @@ -1243,7 +1243,7 @@ By default every column inserted from a CSV or TSV file will be of type ``TEXT`` For example, given a ``creatures.csv`` file containing this: -.. code-block:: csv +.. code-block:: name,age,weight Cleo,6,45.5 @@ -1499,7 +1499,7 @@ The SQL query should include ``:named`` parameters that match the keys in the re For example, given a ``chickens.csv`` CSV file containing the following: -.. code-block:: csv +.. code-block:: id,name 1,Blue