request docs: Fix typo in spelling of "parameter".

This commit is contained in:
sonali0901 2016-10-09 18:03:17 +05:30 committed by Tim Abbott
parent 5d0960ae04
commit 5623fa9994
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ class REQ(object):
# argument to the function. # argument to the function.
# #
# To use, assign a function parameter a default value that is an # To use, assign a function parameter a default value that is an
# instance of the REQ class. That paramter will then be automatically # instance of the REQ class. That parameter will then be automatically
# populated from the HTTP request. The request object must be the # populated from the HTTP request. The request object must be the
# first argument to the decorated function. # first argument to the decorated function.
# #