mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Back porting changeset db302b88fdb6 to 3.4 branch, which fixed multiple documentation typos.
Related Issues: #issue21528 #issue24453
This commit is contained in:
parent
1c90670bc2
commit
b4760efbad
28 changed files with 37 additions and 37 deletions
|
@ -436,7 +436,7 @@ sends logging output to a network socket. The base class uses a TCP socket.
|
|||
.. method:: createSocket()
|
||||
|
||||
Tries to create a socket; on failure, uses an exponential back-off
|
||||
algorithm. On intial failure, the handler will drop the message it was
|
||||
algorithm. On initial failure, the handler will drop the message it was
|
||||
trying to send. When subsequent messages are handled by the same
|
||||
instance, it will not try connecting until some time has passed. The
|
||||
default parameters are such that the initial delay is one second, and if
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue