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

caught by Eric Raymond.
This commit is contained in:
Fred Drake 2001-02-03 14:35:38 +00:00
parent 40e43bfaf7
commit cf2636696d
1 changed files with 1 additions and 1 deletions

View File

@ -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}