mirror of https://github.com/python/cpython.git
Fix markup typo in a {verbatim} environment (there should not be any!);
caught by Eric Raymond.
This commit is contained in:
parent
40e43bfaf7
commit
cf2636696d
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue