Skip to content

Commit

Permalink
Fix comment as suggested by @hannosch.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Mar 21, 2018
1 parent a8850ca commit eab160c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ZPublisher/WSGIPublisher.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ def publish_module(environ, start_response,
result = response.body
else:
# If somebody used response.write, that data will be in the
# stdout BytesIO, so we put that before the body.
# response.stdout BytesIO, so we put that before the body.
result = (response.stdout.getvalue(), response.body)

for func in response.after_list:
Expand Down

0 comments on commit eab160c

Please sign in to comment.