diff --git a/docs/changelog.rst b/docs/changelog.rst index 3117dda..c853357 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -15,7 +15,7 @@ See :ref:`Upserting data using the Python API ` and :ref:`Ups If you want the old behaviour - where records were completely replaced - you can use ``$ sqlite-utils insert ... --replace`` on the command-line and ``.insert(..., replace=True)`` and ``.insert_all(..., replace=True)`` in the Python API. See :ref:`Insert-replacing data using the Python API ` and :ref:`Insert-replacing data using the CLI ` for more. -For full background on this change, see `issue #66 `__). +For full background on this change, see `issue #66 `__. .. _v1_12_1: