]> granicus.if.org Git - python/commitdiff
Fix markup typo in a {verbatim} environment (there should not be any!);
authorFred Drake <fdrake@acm.org>
Sat, 3 Feb 2001 14:35:38 +0000 (14:35 +0000)
committerFred Drake <fdrake@acm.org>
Sat, 3 Feb 2001 14:35:38 +0000 (14:35 +0000)
caught by Eric Raymond.

Doc/lib/libtime.tex

index 8ff36eddf32cb4979ad7fc7a5893865e08e73702..c3f62ed7bcbf79fa087cced388b229c42c715ffe 100644 (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}