[Python-checkins] r85227 - peps/trunk/pep-3333.txt

phillip.eby python-checkins at python.org
Tue Oct 5 02:54:39 CEST 2010


Author: phillip.eby
Date: Tue Oct  5 02:54:39 2010
New Revision: 85227

Log:
Fix spurious diff


Modified:
   peps/trunk/pep-3333.txt

Modified: peps/trunk/pep-3333.txt
==============================================================================
--- peps/trunk/pep-3333.txt	(original)
+++ peps/trunk/pep-3333.txt	Tue Oct  5 02:54:39 2010
@@ -665,9 +665,9 @@
                        ``"http"`` or ``"https"``, as appropriate.
 
 ``wsgi.input``         An input stream (file-like object) from which
-                       the HTTP request body bytes can be read.  (The
-                       server or gateway may perform reads on-demand
-                       as requested by the application, or it may pre-
+                       the HTTP request body bytes can be read.  (The server
+                       or gateway may perform reads on-demand as
+                       requested by the application, or it may pre-
                        read the client's request body and buffer it
                        in-memory or on disk, or use any other
                        technique for providing such an input stream,


More information about the Python-checkins mailing list