10000 Correcting a grammatical error (attribute -> attributes). · githubapitest/tornado@339f08b · GitHub
[go: up one dir, main page]

Skip to content

Commit 339f08b

Browse files
committed
Correcting a grammatical error (attribute -> attributes).
1 parent 8084739 commit 339f08b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/templates/documentation.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ you can just raise a `tornado.web.HTTPError` exception:
154154

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

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

0 commit comments

Comments
 (0)
0