Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cf26366

Browse files
committed
Fix markup typo in a {verbatim} environment (there should not be any!);
caught by Eric Raymond.
1 parent 40e43bf commit cf26366

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/lib/libtime.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ \section{\module{time} ---
235235

236236
\begin{verbatim}
237237
>>> from time import *
238-
>>> strftime("\%a, \%d \%b \%Y \%H:\%M:\%S \%Z", localtime())
238+
>>> strftime("%a, %d %b %Y %H:%M:%S %Z", localtime())
239239
'Sat, 27 Jan 2001 05:15:05 EST'
240240
>>>
241241
\end{verbatim}

0 commit comments

Comments
 (0)