summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/lib/libtime.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libtime.tex b/Doc/lib/libtime.tex
index 8ff36ed..c3f62ed 100644
--- a/Doc/lib/libtime.tex
+++ b/Doc/lib/libtime.tex
@@ -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}