diff options
author | Fred Drake <fdrake@acm.org> | 2006-07-20 20:11:57 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2006-07-20 20:11:57 (GMT) |
commit | 3fda93604c8a12318a17f39ad49e59663c3f3a5c (patch) | |
tree | 4a02fc06771378a247b2ad375c49966e824086c4 /Doc/lib/liblogging.tex | |
parent | 9325ba6df485f40b1dad398d99186b53b93e95bf (diff) | |
download | cpython-3fda93604c8a12318a17f39ad49e59663c3f3a5c.zip cpython-3fda93604c8a12318a17f39ad49e59663c3f3a5c.tar.gz cpython-3fda93604c8a12318a17f39ad49e59663c3f3a5c.tar.bz2 |
markup fix
Diffstat (limited to 'Doc/lib/liblogging.tex')
-rw-r--r-- | Doc/lib/liblogging.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/liblogging.tex b/Doc/lib/liblogging.tex index f297557..cc44294 100644 --- a/Doc/lib/liblogging.tex +++ b/Doc/lib/liblogging.tex @@ -1069,7 +1069,7 @@ list of possible values is, note that they are not case sensitive: If \var{backupCount} is non-zero, the system will save old log files by appending extensions to the filename. The extensions are date-and-time -based, using the strftime format \code{%Y-%m-%d_%H-%M-%S} or a leading +based, using the strftime format \code{\%Y-\%m-\%d_\%H-\%M-\%S} or a leading portion thereof, depending on the rollover interval. At most \var{backupCount} files will be kept, and if more would be created when rollover occurs, the oldest one is deleted. @@ -1537,7 +1537,7 @@ to start the server, and which you can \method{join()} when appropriate. To stop the server, call \function{stopListening()}. To send a configuration to the socket, read in the configuration file and send it to the socket as a string of bytes preceded by a four-byte length packed in binary using -struct.\code{pack(">L", n)}. +struct.\code{pack('>L', n)}. \end{funcdesc} \begin{funcdesc}{stopListening}{} |