[2.0.x] Fixed typo in MessageMiddleware.process_response() docstring.

Backport of 61a6245dc5 from master
This commit is contained in:
Joe Arthur 2017-10-16 11:37:14 +01:00 committed by Tim Graham
parent 325d3027db
commit 04a92ebe49
1 changed files with 1 additions and 2 deletions

View File

@ -15,8 +15,7 @@ class MessageMiddleware(MiddlewareMixin):
""" """
Update the storage backend (i.e., save the messages). Update the storage backend (i.e., save the messages).
If not all messages could not be stored and ``DEBUG`` is ``True``, Raise ValueError if not all messages could be stored and DEBUG is True.
raise ValueError.
""" """
# A higher middleware layer may return a request which does not contain # A higher middleware layer may return a request which does not contain
# messages storage, so make no assumption that it will be there. # messages storage, so make no assumption that it will be there.