diff options
author | Georg Brandl <georg@python.org> | 2013-10-01 19:50:32 +0200 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-10-01 19:50:32 +0200 |
commit | 895899b7bb53c3e60371e46b9fee056b116b7b2f (patch) | |
tree | fc57e16917e0c8d34e2f18f491af138835714e94 /tests/test_setup_command.py | |
parent | 33cd5e497895a3d0d197043db5fac6d0ed59fb70 (diff) | |
download | sphinx-git-895899b7bb53c3e60371e46b9fee056b116b7b2f.tar.gz |
small grammar fix in multibyte filename messages
Diffstat (limited to 'tests/test_setup_command.py')
-rw-r--r-- | tests/test_setup_command.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_setup_command.py b/tests/test_setup_command.py index 6f0050d68..51653460b 100644 --- a/tests/test_setup_command.py +++ b/tests/test_setup_command.py @@ -67,7 +67,7 @@ def test_build_sphinx_with_multibyte_path(pkgroot, proc): except UnicodeEncodeError: from path import FILESYSTEMENCODING raise SkipTest( - 'multibyte filename did not support on this filesystem encoding: ' + 'multibyte filename not supported on this filesystem encoding: ' '%s', FILESYSTEMENCODING) (srcdir / mb_name / (mb_name + '.txt')).write_text(dedent(""" |