##// END OF EJS Templates
Fix comment which breaks Emacs syntax highlighting.
Bradley M. Froehle -
Show More
@@ -56,7 +56,7 b" addflag('pdb', 'InteractiveShell.pdb',"
56 # which is before parsing. This just allows the flag to be passed.
56 # which is before parsing. This just allows the flag to be passed.
57 shell_flags.update(dict(
57 shell_flags.update(dict(
58 pydb = ({},
58 pydb = ({},
59 """"Use the third party 'pydb' package as debugger, instead of pdb.
59 """Use the third party 'pydb' package as debugger, instead of pdb.
60 Requires that pydb is installed."""
60 Requires that pydb is installed."""
61 )
61 )
62 ))
62 ))
General Comments 0
You need to be logged in to leave comments. Login now