Fix comment

This commit is contained in:
Tim Bentley 2013-12-29 20:13:58 +00:00
parent f187d86d1e
commit 27d651a129
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ def trace_error_handler(logger):
""" """
Log the calling path of an exception Log the calling path of an exception
''logger'' ``logger``
logger to use so traceback is logged to correct class logger to use so traceback is logged to correct class
""" """
for tb in traceback.extract_stack(): for tb in traceback.extract_stack():