summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2016-02-10 11:29:21 +0000
committerErik Johnston <erik@matrix.org>2016-02-10 11:29:21 +0000
commit4eb8f9ca8a4e69d11591584c3e9b89c388b01f87 (patch)
tree1abfbfdea955341d4cbeb28fedecad092db4ae3c /synapse
parents/parent_context/previous_context/ (diff)
downloadsynapse-4eb8f9ca8a4e69d11591584c3e9b89c388b01f87.tar.xz
Remove comment
Diffstat (limited to 'synapse')
-rw-r--r--synapse/util/logcontext.py2
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.
     """