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 | 784fabbd87558234de6ef1bbfdca106de25db521 (patch) | |
| tree | fc57e16917e0c8d34e2f18f491af138835714e94 /tests/test_build.py | |
| parent | cd6722d04ab7119152cc7d2ed836e59c5912d88c (diff) | |
| download | sphinx-784fabbd87558234de6ef1bbfdca106de25db521.tar.gz | |
small grammar fix in multibyte filename messages
Diffstat (limited to 'tests/test_build.py')
| -rw-r--r-- | tests/test_build.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_build.py b/tests/test_build.py index 4f6ba259..0a17e862 100644 --- a/tests/test_build.py +++ b/tests/test_build.py @@ -81,7 +81,7 @@ def test_multibyte_path(app): 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(""" |
