]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Remove unnecessary word from Application docstring
authorMichael V. DePalatis <mike@depalatis.net>
Tue, 22 Sep 2015 21:49:40 +0000 (23:49 +0200)
committerBen Darnell <ben@bendarnell.com>
Sun, 27 Sep 2015 16:32:27 +0000 (12:32 -0400)
tornado/web.py

index dcdbb96385c14f54f444d877f40b75299bb58de9..aa2034959846315f30aace89934981b93230e4eb 100644 (file)
@@ -1687,7 +1687,7 @@ class Application(httputil.HTTPServerConnectionDelegate):
     (fully-qualified) name.
 
     Each tuple can contain additional elements, which correspond to the
-    arguments to the `URLSpec` constructor.  (Prior to Tornado 3.2, this
+    arguments to the `URLSpec` constructor.  (Prior to Tornado 3.2,
     only tuples of two or three elements were allowed).
 
     A dictionary may be passed as the third element of the tuple,