Skip to content

Commit

Permalink
Merge pull request pallets#172 from njl/fix-issue-127
Browse files Browse the repository at this point in the history
Fix pallets#127, doc typos
  • Loading branch information
Kenneth Reitz committed Mar 13, 2012
2 parents f3b8516 + f34c9b9 commit 7019b65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quickstart.rst
Expand Up @@ -232,7 +232,7 @@ With response objects it would look like this::
response = Response('Hello World!')
return response(environ, start_response)

Also unlike request objects response objects are designed to be modified.
Also, unlike request objects, response objects are designed to be modified.
So here is what you can do with them:

>>> from werkzeug.wrappers import Response
Expand Down

0 comments on commit 7019b65

Please sign in to comment.