aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el
diff options
context:
space:
mode:
authorPaul Eggert2013-02-01 22:04:06 -0800
committerPaul Eggert2013-02-01 22:04:06 -0800
commitd9c287e589bdb05c2c818e340946546868d34e04 (patch)
tree14207931ccd04c3c7af811f1b298bdd7f578221c /lisp/progmodes/python.el
parent94fbc901707d7c1fd7ec0471d288e585caf59b34 (diff)
downloademacs-d9c287e589bdb05c2c818e340946546868d34e04.tar.gz
emacs-d9c287e589bdb05c2c818e340946546868d34e04.zip
Spelling fixes.
Diffstat (limited to 'lisp/progmodes/python.el')
-rw-r--r--lisp/progmodes/python.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el
index 2cb108cc316..35c5ba19e33 100644
--- a/lisp/progmodes/python.el
+++ b/lisp/progmodes/python.el
@@ -2334,7 +2334,7 @@ Argument OUTPUT is a string with the output from the comint process."
2334 ;; encounters an exception, it prints the _entire_ stack 2334 ;; encounters an exception, it prints the _entire_ stack
2335 ;; trace. To handle all of these cases, we want to find 2335 ;; trace. To handle all of these cases, we want to find
2336 ;; the _last_ stack frame printed in the most recent 2336 ;; the _last_ stack frame printed in the most recent
2337 ;; batch of output, then jump to the corrsponding 2337 ;; batch of output, then jump to the corresponding
2338 ;; file/line number. 2338 ;; file/line number.
2339 (goto-char (point-max)) 2339 (goto-char (point-max))
2340 (when (re-search-backward python-pdbtrack-stacktrace-info-regexp nil t) 2340 (when (re-search-backward python-pdbtrack-stacktrace-info-regexp nil t)