From: Michael V. DePalatis Date: Tue, 22 Sep 2015 21:49:40 +0000 (+0200) Subject: Remove unnecessary word from Application docstring X-Git-Tag: v4.3.0b1~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e625d0eee79127532bc8dfb232ee356aa98780d;p=thirdparty%2Ftornado.git Remove unnecessary word from Application docstring --- diff --git a/tornado/web.py b/tornado/web.py index dcdbb9638..aa2034959 100644 --- a/tornado/web.py +++ b/tornado/web.py @@ -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,