diff options
author | Tim Peters <tim.peters@gmail.com> | 2006-06-09 17:47:00 +0000 |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2006-06-09 17:47:00 +0000 |
commit | 982c30b861837b2a3dcadd1d839d1290910e93f7 (patch) | |
tree | 644d072468a6e0934f918e0fec71115dc62ee15f /Lib/wsgiref/validate.py | |
parent | c48b0e6657691be44a01415ee6654e37590980c2 (diff) | |
download | cpython-git-982c30b861837b2a3dcadd1d839d1290910e93f7.tar.gz |
Whitespace normalization.
Diffstat (limited to 'Lib/wsgiref/validate.py')
-rw-r--r-- | Lib/wsgiref/validate.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/wsgiref/validate.py b/Lib/wsgiref/validate.py index e72c507024..934822b30f 100644 --- a/Lib/wsgiref/validate.py +++ b/Lib/wsgiref/validate.py @@ -426,4 +426,3 @@ def check_iterator(iterator): assert not isinstance(iterator, str), ( "You should not return a string as your application iterator, " "instead return a single-item list containing that string.") - |