mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Docs typo
This commit is contained in:
parent
727ebc8a83
commit
d0246ce5c8
1 changed files with 1 additions and 1 deletions
|
|
@ -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 references 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 URL that reference them.
|
||||
|
||||
Dash encoding applies the following rules, in order:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue