0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-09-24 02:29:00 +02:00

Remove comment

This commit is contained in:
Erik Johnston 2016-02-10 11:29:21 +00:00
parent 00c9ad49df
commit 4eb8f9ca8a

View file

@ -41,7 +41,7 @@ except:
class LoggingContext(object):
"""Additional context for log formatting. Contexts are scoped within a
"with" block. Contexts inherit the state of their parent contexts.
"with" block.
Args:
name (str): Name for the context for debugging.
"""