]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Fix typos 1805/head
authorAndrew Rabert <draje@nullsum.net>
Sat, 20 Aug 2016 15:25:21 +0000 (11:25 -0400)
committerAndrew Rabert <draje@nullsum.net>
Sat, 20 Aug 2016 15:25:21 +0000 (11:25 -0400)
tornado/web.py

index 254a91ac5df78f1a3f76cc58d2ddf6e3f0ce0c8c..77a75a479ddaa5c651aa0bbc28ec627ac0559aa2 100644 (file)
@@ -1109,7 +1109,7 @@ class RequestHandler(object):
         may not, so the latter form is necessary if loading the user requires
         asynchronous operations.
 
-        The user object may any type of the application's choosing.
+        The user object may be any type of the application's choosing.
         """
         if not hasattr(self, "_current_user"):
             self._current_user = self.get_current_user()
@@ -3304,7 +3304,7 @@ def _create_signature_v2(secret, s):
 
 
 def _unquote_or_none(s):
-    """None-safe wrapper around url_unescape to handle unamteched optional
+    """None-safe wrapper around url_unescape to handle unmatched optional
     groups correctly.
 
     Note that args are passed as bytes so the handler can decide what