mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Removed words that minimize involved difficulty, closes #1089
This commit is contained in:
parent
253f2d9a3c
commit
5eb8e9bf25
10 changed files with 19 additions and 19 deletions
|
|
@ -119,7 +119,7 @@ For example:
|
|||
content_type="application/xml; charset=utf-8"
|
||||
)
|
||||
|
||||
The easiest way to create responses is using the ``Response.text(...)``, ``Response.html(...)``, ``Response.json(...)`` or ``Response.redirect(...)`` helper methods:
|
||||
The quickest way to create responses is using the ``Response.text(...)``, ``Response.html(...)``, ``Response.json(...)`` or ``Response.redirect(...)`` helper methods:
|
||||
|
||||
.. code-block:: python
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue