summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorsilum <deneys.maartens@gmail.com>2017-11-04 10:31:38 +0200
committerGitHub <noreply@github.com>2017-11-04 10:31:38 +0200
commit530c9b2dc29971cbec825830c665cc9f8a8af134 (patch)
tree0e96385eb623f4206280a18f46be3b6a8b357a59 /docs
parent5460fe1897c9da2848e21aa958ce0985824a7c6b (diff)
downloadwebtest-530c9b2dc29971cbec825830c665cc9f8a8af134.tar.gz
testapp.rst: fix spelling error
dictionnary -> dictionary
Diffstat (limited to 'docs')
-rw-r--r--docs/testapp.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/testapp.rst b/docs/testapp.rst
index c3b35ec..430d0a9 100644
--- a/docs/testapp.rst
+++ b/docs/testapp.rst
@@ -98,7 +98,7 @@ If you want *all* your requests to have this key, do:
If you have to use HTTP authorization you can use the ``.authorization``
property to set the ``HTTP_AUTHORIZATION`` key of the extra_environ
-dictionnary:
+dictionary:
.. code-block:: python