Browse Source

[3095] Update method comment

Mukund Sivaraman 11 years ago
parent
commit
6b8e42d064
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/python/isc/util/traceback_handler.py

+ 1 - 1
src/lib/python/isc/util/traceback_handler.py

@@ -27,7 +27,7 @@ def traceback_handler(main):
 
     The function runs the callable passed as main (it is called
     without any provided parameters). If it raises any exception,
-    the exception is logged and the application terminated.
+    the exception is logged and the application is terminated.
     """
     try:
         return main()