Skip to content

Commit

Permalink
Merge pull request #1797 from bfroehle/comment_fixup
Browse files Browse the repository at this point in the history
Fix comment which breaks Emacs syntax highlighting.
  • Loading branch information
fperez committed May 31, 2012
2 parents 7119407 + ec28f68 commit fce9f9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IPython/core/shellapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
# 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."""
)
))
Expand Down

0 comments on commit fce9f9c

Please sign in to comment.