Commit db703b73 authored by Jason Madden's avatar Jason Madden Committed by GitHub

Merge pull request #1238 from felixonmars/patch-2

Fix a typo in pywsgi.py
[skip ci]
parents bb24703c 8d1bd09f
...@@ -790,7 +790,7 @@ class WSGIHandler(object): ...@@ -790,7 +790,7 @@ class WSGIHandler(object):
# "Servers should check for errors in the headers at the time # "Servers should check for errors in the headers at the time
# start_response is called, so that an error can be raised # start_response is called, so that an error can be raised
# while the application is still running." Here, we check the encoding. # while the application is still running." Here, we check the encoding.
# This aids debugging: headers especially are generated programatically # This aids debugging: headers especially are generated programmatically
# and an encoding error in a loop or list comprehension yields an opaque # and an encoding error in a loop or list comprehension yields an opaque
# UnicodeError without any clue which header was wrong. # UnicodeError without any clue which header was wrong.
# Note that this results in copying the header list at this point, not modifying it, # Note that this results in copying the header list at this point, not modifying it,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment