aboutsummaryrefslogtreecommitdiffstats
path: root/test/lisp/progmodes/python-tests.el
diff options
context:
space:
mode:
authorStefan Kangas2022-07-14 12:43:52 +0200
committerStefan Kangas2022-07-14 12:52:32 +0200
commit41e612cfd684f03e34c8990df1b86b95e092211b (patch)
treed2ba94798f230db2835562679d0f3308fb1fd50f /test/lisp/progmodes/python-tests.el
parentade1238bce1cf69ebce8809a2d73cb92db94b977 (diff)
downloademacs-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.el2
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)