diff options
author | Georg Brandl <georg@python.org> | 2007-04-01 23:29:10 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2007-04-01 23:29:10 (GMT) |
commit | 5f4c580776abcc2c74d62e18c06df99186f21d2a (patch) | |
tree | d2c6478f142bad62ca805016313665768e6fae29 | |
parent | 30d6c0469678420857affb3ee1a1c98d1f4fd102 (diff) | |
download | cpython-5f4c580776abcc2c74d62e18c06df99186f21d2a.zip cpython-5f4c580776abcc2c74d62e18c06df99186f21d2a.tar.gz cpython-5f4c580776abcc2c74d62e18c06df99186f21d2a.tar.bz2 |
Remove bogus entry.
-rw-r--r-- | Doc/lib/liblogging.tex | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Doc/lib/liblogging.tex b/Doc/lib/liblogging.tex index 70e06eb..b4ab7d0 100644 --- a/Doc/lib/liblogging.tex +++ b/Doc/lib/liblogging.tex @@ -1138,9 +1138,6 @@ and \var{port}. Closes the socket. \end{methoddesc} -\begin{methoddesc}{handleError}{} -\end{methoddesc} - \begin{methoddesc}{emit}{} Pickles the record's attribute dictionary and writes it to the socket in binary format. If there is an error with the socket, silently drops the |