[doc] typo

Co-Authored-By: decentral1se <lukewm@riseup.net>
This commit is contained in:
Bram 2019-06-27 05:11:04 +02:00 committed by GitHub
parent 5f1988c2ca
commit aa621abf57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -377,7 +377,7 @@ class OperationLogger(object):
self.file_handler = FileHandler(self.log_path)
# We use a custom formatter that's able to redact all stuff in self.data_to_redact
# N.B. : the stubtle thing here is that the class will remember a pointer to the list,
# N.B. : the subtle thing here is that the class will remember a pointer to the list,
# so we can directly append stuff to self.data_to_redact and that'll be automatically
# propagated to the RedactingFormatter
self.file_handler.formatter = RedactingFormatter('%(asctime)s: %(levelname)s - %(message)s', self.data_to_redact)