summaryrefslogtreecommitdiff
path: root/test/automated/python-tests.el
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2013-04-01 00:58:04 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2013-04-01 00:58:04 -0700
commitb9edfa5c63fda7166d7523038c74742822279939 (patch)
treeb01a3894ed40ab0b6a9c8879a8b54fa817b50cb6 /test/automated/python-tests.el
parent1e1d41ff15bc24dbe4660783ef88a1f0c05b8913 (diff)
downloademacs-b9edfa5c63fda7166d7523038c74742822279939.tar.gz
Spelling fixes.
Diffstat (limited to 'test/automated/python-tests.el')
-rw-r--r--test/automated/python-tests.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/automated/python-tests.el b/test/automated/python-tests.el
index d0a7ab57250..1a741b45d81 100644
--- a/test/automated/python-tests.el
+++ b/test/automated/python-tests.el
@@ -445,7 +445,7 @@ objects = Thing.objects.all() \\\\
(should (= (python-indent-calculate-indentation) 0))))
(ert-deftest python-indent-block-enders ()
- "Test `python-indent-block-enders' value honouring."
+ "Test `python-indent-block-enders' value honoring."
(python-tests-with-temp-buffer
"
Class foo(object):