Skip to content

Commit

Permalink
tweak run -d message to 'continue execution'
Browse files Browse the repository at this point in the history
clarify any ambiguity with 'start'.

closes ipython#3464
  • Loading branch information
minrk committed Jul 7, 2013
1 parent 0b48b2d commit 67d07cc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions IPython/core/magics/execution.py
Expand Up @@ -683,8 +683,7 @@ def _run_with_debugger(self, code, code_ns, break_point, filename):
deb.mainpyfile = deb.canonic(filename)

# Start file run
print "NOTE: Enter 'c' at the",
print "%s prompt to start your script." % deb.prompt
print "NOTE: Enter 'c' at the %s prompt to continue execution." % deb.prompt
try:
#save filename so it can be used by methods on the deb object
deb._exec_filename = filename
Expand Down

0 comments on commit 67d07cc

Please sign in to comment.