summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGael Pasgrimaud <gael@gawel.org>2017-11-04 11:10:31 +0100
committerGitHub <noreply@github.com>2017-11-04 11:10:31 +0100
commitab63a2e278a998ab6abdb1797515cb0843208170 (patch)
tree0e96385eb623f4206280a18f46be3b6a8b357a59
parent5460fe1897c9da2848e21aa958ce0985824a7c6b (diff)
parent530c9b2dc29971cbec825830c665cc9f8a8af134 (diff)
downloadwebtest-ab63a2e278a998ab6abdb1797515cb0843208170.tar.gz
Merge pull request #189 from silum/patch-1
testapp.rst: fix spelling error
-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