From ec28f68499a35c5cee7014c2f204f4db8263a7a5 2012-05-31 02:32:31 From: Bradley M. Froehle Date: 2012-05-31 02:32:31 Subject: [PATCH] Fix comment which breaks Emacs syntax highlighting. --- diff --git a/IPython/core/shellapp.py b/IPython/core/shellapp.py index c70a2ee..6dcdef2 100644 --- a/IPython/core/shellapp.py +++ b/IPython/core/shellapp.py @@ -56,7 +56,7 @@ addflag('pdb', 'InteractiveShell.pdb', # which is before parsing. This just allows the flag to be passed. shell_flags.update(dict( pydb = ({}, - """"Use the third party 'pydb' package as debugger, instead of pdb. + """Use the third party 'pydb' package as debugger, instead of pdb. Requires that pydb is installed.""" ) ))