From 670f92285fc931f706b155ca20ac2e6fb3ca45b4 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Fri, 28 May 2021 23:31:04 -0700 Subject: [PATCH] Fixed RST --- docs/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 81e7729..19dd349 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -8,7 +8,7 @@ ---------------- - New ``table.pks_and_rows_where()`` method returning ``(primary_key, row_dictionary)`` tuples - see :ref:`python_api_pks_and_rows_where`. (`#240 `__) -- Fixed bug with `table.add_foreign_key()` against columns containing spaces. (`#238 `__) +- Fixed bug with ``table.add_foreign_key()`` against columns containing spaces. (`#238 `__) - ``table_or_view.drop(ignore=True)`` option for avoiding errors if the table or view does not exist. (`#237 `__) - ``sqlite-utils drop-view --ignore`` and ``sqlite-utils drop-table --ignore`` options. (`#237 `__) - Fixed a bug with inserts of nested JSON containing non-ascii strings - thanks, Dylan Wu. (`#257 `__)