]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Correcting a grammatical error (attribute -> attributes).
authorJon Parise <jon@indelible.org>
Thu, 29 Apr 2010 06:27:45 +0000 (23:27 -0700)
committerJon Parise <jon@indelible.org>
Thu, 29 Apr 2010 06:27:45 +0000 (23:27 -0700)
website/templates/documentation.txt

index 81262a605a09dd6cdb54ade8d1e02362e79d6e17..5c55999fb05d224d0a679eb29ed8badc09ae9dac 100644 (file)
@@ -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)