From f568c76cfbea477ddcfdc362d0e904b82f4662d9 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sat, 5 Mar 2022 11:49:55 -0800 Subject: [PATCH] Another docs typo --- docs/internals.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/internals.rst b/docs/internals.rst index 1d40274b..3bbf0a69 100644 --- a/docs/internals.rst +++ b/docs/internals.rst @@ -881,7 +881,7 @@ Utility function for calling ``await`` on a return value if it is awaitable, oth Dash encoding ------------- -Datasette uses a custom encoding scheme in some places, called **dash encoding**. This is primarily used for table names and row primary keys, to avoid any confusion between ``/`` characters in those values and the Datasette URL that reference them. +Datasette uses a custom encoding scheme in some places, called **dash encoding**. This is primarily used for table names and row primary keys, to avoid any confusion between ``/`` characters in those values and the Datasette URLs that reference them. Dash encoding applies the following rules, in order: