From faf398fe075f60929337d3cd0f12309fc4229a3c Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sat, 22 Jul 2023 15:55:46 -0700 Subject: [PATCH] Removed a rogue colon --- docs/plugins.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins.rst b/docs/plugins.rst index 768af26..9d9a939 100644 --- a/docs/plugins.rst +++ b/docs/plugins.rst @@ -128,7 +128,7 @@ aggregates and collations. For example: ) This registers a SQL function called ``hello`` which takes a single -argument and can be called like this:: +argument and can be called like this: .. code-block:: sql