From 4e9045e5b0bfb7ecf0a45dc2634a438d08a2cbd6 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Fri, 25 Jan 2019 18:19:15 -0800 Subject: [PATCH] Documentation typo --- docs/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 33ede23..32af4d7 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -9,7 +9,7 @@ Two new commands: ``sqlite-utils csv`` and ``sqlite-utils json`` -These commansd execute a SQL query and return the results as CSV or JSON. See :ref:`cli_csv` and :ref:`cli_json` for more details. +These commands execute a SQL query and return the results as CSV or JSON. See :ref:`cli_csv` and :ref:`cli_json` for more details. ::