From: Pierce Lopez Date: Sun, 31 Dec 2017 18:42:29 +0000 (-0500) Subject: style fix: remove trailing whitespace X-Git-Tag: v5.0.0~20^2~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b60fc5fcdf43572a0d63af7cf450ea5bc8fa27b;p=thirdparty%2Ftornado.git style fix: remove trailing whitespace --- diff --git a/maint/test/appengine/common/runtests.py b/maint/test/appengine/common/runtests.py index 2db8d1aba..364f97190 100644 --- a/maint/test/appengine/common/runtests.py +++ b/maint/test/appengine/common/runtests.py @@ -25,7 +25,7 @@ if __name__ == "__main__": "--skip_sdk_update_check", ], cwd=tornado_root) - + try: for i in xrange(50): with contextlib.closing(socket.socket()) as sock: diff --git a/tornado/httputil.py b/tornado/httputil.py index 8a3c9b18b..1799de598 100755 --- a/tornado/httputil.py +++ b/tornado/httputil.py @@ -942,7 +942,7 @@ def split_host_and_port(netloc): def qs_to_qsl(qs): - """Generator converting a result of ``parse_qs`` back to name-value pairs. + """Generator converting a result of ``parse_qs`` back to name-value pairs. .. versionadded:: 5.0 """