diff options
| author | Paul Eggert | 2013-04-01 00:58:04 -0700 |
|---|---|---|
| committer | Paul Eggert | 2013-04-01 00:58:04 -0700 |
| commit | b9edfa5c63fda7166d7523038c74742822279939 (patch) | |
| tree | b01a3894ed40ab0b6a9c8879a8b54fa817b50cb6 /test/automated/python-tests.el | |
| parent | 1e1d41ff15bc24dbe4660783ef88a1f0c05b8913 (diff) | |
| download | emacs-b9edfa5c63fda7166d7523038c74742822279939.tar.gz emacs-b9edfa5c63fda7166d7523038c74742822279939.zip | |
Spelling fixes.
Diffstat (limited to 'test/automated/python-tests.el')
| -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 d0a7ab57250..1a741b45d81 100644 --- a/test/automated/python-tests.el +++ b/test/automated/python-tests.el | |||
| @@ -445,7 +445,7 @@ objects = Thing.objects.all() \\\\ | |||
| 445 | (should (= (python-indent-calculate-indentation) 0)))) | 445 | (should (= (python-indent-calculate-indentation) 0)))) |
| 446 | 446 | ||
| 447 | (ert-deftest python-indent-block-enders () | 447 | (ert-deftest python-indent-block-enders () |
| 448 | "Test `python-indent-block-enders' value honouring." | 448 | "Test `python-indent-block-enders' value honoring." |
| 449 | (python-tests-with-temp-buffer | 449 | (python-tests-with-temp-buffer |
| 450 | " | 450 | " |
| 451 | Class foo(object): | 451 | Class foo(object): |