Skip to content

Commit a804b51

Browse files
rodddsThePumpingLemma
authored andcommitted
Fix typo in docs
1 parent 20bdd25 commit a804b51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ following::
8080
.. _django-webtest: https://github.com/django-webtest/django-webtest
8181

8282
This error occurs because ``django-webtest`` sets
83-
``DEBUG_PROPOGATE_EXCEPTIONS`` to true preventing the middleware from cleaning
83+
``DEBUG_PROPAGATE_EXCEPTIONS`` to true preventing the middleware from cleaning
8484
up the request. To solve this issue, add the following code to any
8585
``clean_environment`` or ``tearDown`` method that
8686
you use:

0 commit comments

Comments
 (0)