##// END OF EJS Templates
Fix typo
Thomas Kluyver -
Show More
@@ -205,7 +205,7 b' def _file_lines(fname):'
205 205 class Pdb(OldPdb, object):
206 206 """Modified Pdb class, does not load readline.
207 207
208 for a standalone version that uses promtp_toolkit, see
208 for a standalone version that uses prompt_toolkit, see
209 209 `IPython.terminal.debugger.TerminalPdb` and
210 210 `IPython.terminal.debugger.set_trace()`
211 211 """
General Comments 0
You need to be logged in to leave comments. Login now