diff options
| author | Stefan Kangas | 2022-07-14 12:43:52 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2022-07-14 12:52:32 +0200 |
| commit | 41e612cfd684f03e34c8990df1b86b95e092211b (patch) | |
| tree | d2ba94798f230db2835562679d0f3308fb1fd50f /test/lisp/progmodes/python-tests.el | |
| parent | ade1238bce1cf69ebce8809a2d73cb92db94b977 (diff) | |
| download | emacs-41e612cfd684f03e34c8990df1b86b95e092211b.tar.gz emacs-41e612cfd684f03e34c8990df1b86b95e092211b.zip | |
; Fix typos
Diffstat (limited to 'test/lisp/progmodes/python-tests.el')
| -rw-r--r-- | test/lisp/progmodes/python-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/progmodes/python-tests.el b/test/lisp/progmodes/python-tests.el index d7b3c102f2d..92c20288c8e 100644 --- a/test/lisp/progmodes/python-tests.el +++ b/test/lisp/progmodes/python-tests.el | |||
| @@ -1875,7 +1875,7 @@ class C(object): | |||
| 1875 | (python-tests-look-at "def m(self):" -1) | 1875 | (python-tests-look-at "def m(self):" -1) |
| 1876 | (beginning-of-line) | 1876 | (beginning-of-line) |
| 1877 | (point)))) | 1877 | (point)))) |
| 1878 | ;; Nested defuns shuld be skipped. | 1878 | ;; Nested defuns should be skipped. |
| 1879 | (python-tests-look-at "return a" -1) | 1879 | (python-tests-look-at "return a" -1) |
| 1880 | (should (= (save-excursion | 1880 | (should (= (save-excursion |
| 1881 | (python-nav-beginning-of-defun) | 1881 | (python-nav-beginning-of-defun) |