mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Fix extraneous whitespace in QueueListener.prepare (GH-13803)
This commit is contained in:
parent
f0b5ae4567
commit
800d786370
1 changed files with 1 additions and 1 deletions
|
@ -1437,7 +1437,7 @@ class QueueListener(object):
|
|||
t.daemon = True
|
||||
t.start()
|
||||
|
||||
def prepare(self , record):
|
||||
def prepare(self, record):
|
||||
"""
|
||||
Prepare a record for handling.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue