mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue