Parcourir la source

[3095] Update method comment

Mukund Sivaraman il y a 11 ans
Parent
commit
6b8e42d064
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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()