From 9f59a7a325851b0026ffd3c385985e473fdff92c Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Tue, 22 Sep 2020 17:35:44 -0700 Subject: [PATCH] Fixed typo in release notes, refs #170 --- docs/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 0051480..d4fb6db 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -28,7 +28,7 @@ The Python library :ref:`extract() documentation ` describes Other changes ~~~~~~~~~~~~~ -- The ``@db.register_function`` decorator can be used to quickly register Python functions as custom SQL functions, see :ref;`python_api_register_function`. (`#162 `__) +- The ``@db.register_function`` decorator can be used to quickly register Python functions as custom SQL functions, see :ref:`python_api_register_function`. (`#162 `__) - The ``table.rows_where()`` method now accepts an optional ``select=`` argument for specifying which columns should be selected, see :ref:`python_api_rows`. .. _v2_19: