From: Jon Parise Date: Thu, 29 Apr 2010 06:27:45 +0000 (-0700) Subject: Correcting a grammatical error (attribute -> attributes). X-Git-Tag: v1.0.0~46 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=339f08bdbd2a1a32c873431a9fab0415c35b3467;p=thirdparty%2Ftornado.git Correcting a grammatical error (attribute -> attributes). --- diff --git a/website/templates/documentation.txt b/website/templates/documentation.txt index 81262a605..5c55999fb 100644 --- a/website/templates/documentation.txt +++ b/website/templates/documentation.txt @@ -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)