Kaydet (Commit) cf263669 authored tarafından Fred Drake's avatar Fred Drake

Fix markup typo in a {verbatim} environment (there should not be any!);

caught by Eric Raymond.
üst 40e43bfa
......@@ -235,7 +235,7 @@ in the \rfc{822} Internet email standard.
\begin{verbatim}
>>> from time import *
>>> strftime("\%a, \%d \%b \%Y \%H:\%M:\%S \%Z", localtime())
>>> strftime("%a, %d %b %Y %H:%M:%S %Z", localtime())
'Sat, 27 Jan 2001 05:15:05 EST'
>>>
\end{verbatim}
......
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