mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Spelling corrections plus CI job for codespell
* Use codespell to check spelling in documentation, refs #1417 * Fixed spelling errors spotted by codespell, closes #1417 * Make codespell a docs dependency See also this TIL: https://til.simonwillison.net/python/codespell
This commit is contained in:
parent
54b6e96ee8
commit
2208c3c68e
12 changed files with 42 additions and 16 deletions
|
|
@ -39,7 +39,7 @@ Then later you can start Datasette against the ``counts.json`` file and use it t
|
|||
|
||||
datasette -i data.db --inspect-file=counts.json
|
||||
|
||||
You need to use the ``-i`` immutable mode against the databse file here or the counts from the JSON file will be ignored.
|
||||
You need to use the ``-i`` immutable mode against the database file here or the counts from the JSON file will be ignored.
|
||||
|
||||
You will rarely need to use this optimization in every-day use, but several of the ``datasette publish`` commands described in :ref:`publishing` use this optimization for better performance when deploying a database file to a hosting provider.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue