diff options
| author | Paul Eggert | 2014-07-21 07:41:19 -0700 |
|---|---|---|
| committer | Paul Eggert | 2014-07-21 07:41:19 -0700 |
| commit | ad4c5263f5d597ff181d85ecef01b4af29c16cda (patch) | |
| tree | bcafe3e75a17eba71018fe1a1bf40321d22d2be9 /test | |
| parent | 5da5370cc7d0839051caf134ef4e077d649002ae (diff) | |
| download | emacs-ad4c5263f5d597ff181d85ecef01b4af29c16cda.tar.gz emacs-ad4c5263f5d597ff181d85ecef01b4af29c16cda.zip | |
Spelling fixes.
Diffstat (limited to 'test')
| -rw-r--r-- | test/automated/python-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/automated/python-tests.el b/test/automated/python-tests.el index 81f4567091e..e1eaeea2c38 100644 --- a/test/automated/python-tests.el +++ b/test/automated/python-tests.el | |||
| @@ -1807,7 +1807,7 @@ Using `python-shell-interpreter' and | |||
| 1807 | (kill-buffer shell-buffer)))) | 1807 | (kill-buffer shell-buffer)))) |
| 1808 | 1808 | ||
| 1809 | (ert-deftest python-shell-make-comint-3 () | 1809 | (ert-deftest python-shell-make-comint-3 () |
| 1810 | "Check comint creation with overriden python interpreter and args. | 1810 | "Check comint creation with overridden python interpreter and args. |
| 1811 | The command passed to `python-shell-make-comint' as argument must | 1811 | The command passed to `python-shell-make-comint' as argument must |
| 1812 | locally override global values set in `python-shell-interpreter' | 1812 | locally override global values set in `python-shell-interpreter' |
| 1813 | and `python-shell-interpreter-args' in the new shell buffer." | 1813 | and `python-shell-interpreter-args' in the new shell buffer." |