Skip to content

Commit

Permalink
Correcting a grammatical error (attribute -> attributes).
Browse files Browse the repository at this point in the history
  • Loading branch information
jparise committed Apr 29, 2010
1 parent 8084739 commit 339f08b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/templates/documentation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ you can just raise a `tornado.web.HTTPError` exception:

The request handler can access the object representing the current request
with `self.request`. The `HTTPRequest` object includes a number of useful
attribute, including:
attributes, including:

* `arguments` - all of the `GET` and `POST` arguments
* `files` - all of the uploaded files (via `multipart/form-data` POST requests)
Expand Down

0 comments on commit 339f08b

Please sign in to comment.