diff mercurial/util.py @ 28496:b592564a803c

util: reword debugstacktrace comment
author timeless <timeless@mozdev.org>
date Fri, 11 Mar 2016 16:50:14 +0000
parents 14033c5dd261
children 906fece80cfa
line wrap: on
line diff
--- a/mercurial/util.py	Sun Mar 06 15:40:20 2016 -0800
+++ b/mercurial/util.py	Fri Mar 11 16:50:14 2016 +0000
@@ -2553,7 +2553,7 @@
 def debugstacktrace(msg='stacktrace', skip=0, f=sys.stderr, otherf=sys.stdout):
     '''Writes a message to f (stderr) with a nicely formatted stacktrace.
     Skips the 'skip' last entries. By default it will flush stdout first.
-    It can be used everywhere and do intentionally not require an ui object.
+    It can be used everywhere and intentionally does not require an ui object.
     Not be used in production code but very convenient while developing.
     '''
     if otherf: