Another docs typo

This commit is contained in:
Simon Willison 2022-03-05 11:49:55 -08:00
commit f568c76cfb

View file

@ -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: