Skip to content

Commit

Permalink
style fix: remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
ploxiln committed Jan 1, 2018
1 parent a87fba7 commit 9b60fc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion maint/test/appengine/common/runtests.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"--skip_sdk_update_check",
],
cwd=tornado_root)

try:
for i in xrange(50):
with contextlib.closing(socket.socket()) as sock:
Expand Down
2 changes: 1 addition & 1 deletion tornado/httputil.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""
Expand Down

0 comments on commit 9b60fc5

Please sign in to comment.