]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Typo in example (missing '=') discovered by Sandy Langbart.
authorGuido van Rossum <guido@python.org>
Tue, 2 Dec 1997 20:08:06 +0000 (20:08 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 2 Dec 1997 20:08:06 +0000 (20:08 +0000)
Doc/lib/libhttplib.tex
Doc/libhttplib.tex

index 7671ab3622cf47ef0ceeb1a71187f14e5bacdbb0..ca5c6733688dbb0391b48d1b23f042571112b705 100644 (file)
@@ -122,7 +122,7 @@ Here is an example session:
 >>> errcode, errmsg, headers = h.getreply()
 >>> print errcode # Should be 200
 >>> f = h.getfile()
->>> data f.read() # Get the raw HTML
+>>> data f.read() # Get the raw HTML
 >>> f.close()
 >>> 
 \end{verbatim}\ecode
index 7671ab3622cf47ef0ceeb1a71187f14e5bacdbb0..ca5c6733688dbb0391b48d1b23f042571112b705 100644 (file)
@@ -122,7 +122,7 @@ Here is an example session:
 >>> errcode, errmsg, headers = h.getreply()
 >>> print errcode # Should be 200
 >>> f = h.getfile()
->>> data f.read() # Get the raw HTML
+>>> data f.read() # Get the raw HTML
 >>> f.close()
 >>> 
 \end{verbatim}\ecode