diff options
| author | Dominique Pelle <dominique.pelle@gmail.com> | 2021-11-21 11:36:04 +0000 |
|---|---|---|
| committer | Bram Moolenaar <Bram@vim.org> | 2021-11-21 11:36:04 +0000 |
| commit | 923dce2b07ff185c0ef661f3eca47bc17655f01b (patch) | |
| tree | 6bd0b7aea8a22002a85a88effe5ca5bf18c7b17a /src/testdir/test_python2.vim | |
| parent | 2c23670300b18f2f799d0602ff5225caa55b0d67 (diff) | |
| download | vim-git-923dce2b07ff185c0ef661f3eca47bc17655f01b.tar.gz | |
patch 8.2.3637: typos in test filesv8.2.3637
Problem: Typos in test files.
Solution: Correct the typos. (Dominique Pellé, closes #9175)
Diffstat (limited to 'src/testdir/test_python2.vim')
| -rw-r--r-- | src/testdir/test_python2.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testdir/test_python2.vim b/src/testdir/test_python2.vim index 89afa2b5a..3fc3c204c 100644 --- a/src/testdir/test_python2.vim +++ b/src/testdir/test_python2.vim @@ -412,7 +412,7 @@ func Test_python_dict() py d = vim.bindeval('d') call assert_equal(2, pyeval('len(d)')) - " Deleting an non-existing key + " Deleting a non-existing key call AssertException(["py del d['c']"], "Vim(python):KeyError: 'c'") endfunc |
