commit | cf2636696dddb32302993860d20e788fa92d9734 | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Sat Feb 03 14:35:38 2001 +0000 |
committer | Fred Drake <fdrake@acm.org> | Sat Feb 03 14:35:38 2001 +0000 |
tree | ee1e62288b3c19e961781116096988ccc76c5ad0 | |
parent | 40e43bfaf751da939f3702d97f6a68d89ffc0396 [diff] |
Fix markup typo in a {verbatim} environment (there should not be any!); caught by Eric Raymond.
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 @@ \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}