contrib/showstack.py
changeset 41548 6dae1f31c6c9
parent 40036 acf5dbe39478
child 43076 2372284d9457
--- a/contrib/showstack.py	Mon Feb 04 14:00:57 2019 -0800
+++ b/contrib/showstack.py	Mon Feb 04 14:03:15 2019 -0800
@@ -1,7 +1,7 @@
 # showstack.py - extension to dump a Python stack trace on signal
 #
 # binds to both SIGQUIT (Ctrl-\) and SIGINFO (Ctrl-T on BSDs)
-"""dump stack trace when receiving SIGQUIT (Ctrl-\) and SIGINFO (Ctrl-T on BSDs)
+r"""dump stack trace when receiving SIGQUIT (Ctrl-\) or SIGINFO (Ctrl-T on BSDs)
 """
 
 from __future__ import absolute_import, print_function