Removed words that minimize involved difficulty, closes #1089

This commit is contained in:
Simon Willison 2020-11-12 12:07:19 -08:00
commit 5eb8e9bf25
10 changed files with 19 additions and 19 deletions

View file

@ -471,7 +471,7 @@ It can also return a dictionary with the following keys. This format is **deprec
``headers`` - dictionary, optional
Extra HTTP headers to be returned in the response.
A simple example of an output renderer callback function:
An example of an output renderer callback function:
.. code-block:: python