Kaydet (Commit) e1485955 authored tarafından Raymond Hettinger's avatar Raymond Hettinger

Fixup spacing in an example.

üst 173ecb60
......@@ -4592,8 +4592,8 @@ for sending mail:
\begin{verbatim}
>>> import urllib2
>>> for line in urllib2.urlopen('http://tycho.usno.navy.mil/cgi-bin/timer.pl'):
... if 'EST' in line: # look for Eastern Standard Time
... print line
... if 'EST' in line: # look for Eastern Standard Time
... print line
<BR>Nov. 25, 09:43:32 PM EST
......
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