Remove comment

pull/566/head
Erik Johnston 2016-02-10 11:29:21 +00:00
parent 00c9ad49df
commit 4eb8f9ca8a
1 changed files with 1 additions and 1 deletions

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.
"""