diff options
author | Erik Johnston <erik@matrix.org> | 2016-02-10 11:29:21 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2016-02-10 11:29:21 +0000 |
commit | 4eb8f9ca8a4e69d11591584c3e9b89c388b01f87 (patch) | |
tree | 1abfbfdea955341d4cbeb28fedecad092db4ae3c /synapse/util/logcontext.py | |
parent | s/parent_context/previous_context/ (diff) | |
download | synapse-4eb8f9ca8a4e69d11591584c3e9b89c388b01f87.tar.xz |
Remove comment
Diffstat (limited to 'synapse/util/logcontext.py')
-rw-r--r-- | synapse/util/logcontext.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/util/logcontext.py b/synapse/util/logcontext.py index e1c55390ac..5316259d15 100644 --- a/synapse/util/logcontext.py +++ b/synapse/util/logcontext.py @@ -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. """ |