aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el
diff options
context:
space:
mode:
authorPaul Eggert2011-11-17 09:40:48 -0800
committerPaul Eggert2011-11-17 09:40:48 -0800
commitc5e87d104b7342f35459c7513d6b4cefea1e968e (patch)
treeb1e452497894607b5199474897953bf739552904 /lisp/progmodes/python.el
parentdf85d31593aab41321a8bac130e1f9c5b678e9d7 (diff)
downloademacs-c5e87d104b7342f35459c7513d6b4cefea1e968e.tar.gz
emacs-c5e87d104b7342f35459c7513d6b4cefea1e968e.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 8d2e6715444..a0a368777e7 100644
--- a/lisp/progmodes/python.el
+++ b/lisp/progmodes/python.el
@@ -2553,7 +2553,7 @@ If the traceback target file path is invalid, we look for the
2553most recently visited python-mode buffer which either has the 2553most recently visited python-mode buffer which either has the
2554name of the current function or class, or which defines the 2554name of the current function or class, or which defines the
2555function or class. This is to provide for scripts not in the 2555function or class. This is to provide for scripts not in the
2556local filesytem (e.g., Zope's 'Script \(Python)', but it's not 2556local file system (e.g., Zope's 'Script \(Python)', but it's not
2557Zope specific). If you put a copy of the script in a buffer 2557Zope specific). If you put a copy of the script in a buffer
2558named for the script and activate python-mode, then pdbtrack will 2558named for the script and activate python-mode, then pdbtrack will
2559find it." 2559find it."