diff options
Diffstat (limited to 'tests/test_setup_command.py')
-rw-r--r-- | tests/test_setup_command.py | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/tests/test_setup_command.py b/tests/test_setup_command.py index 67f46e1a8..7554bef5d 100644 --- a/tests/test_setup_command.py +++ b/tests/test_setup_command.py @@ -83,11 +83,10 @@ def nonascii_srcdir(request, setup_command): master_doc = srcdir / 'contents.txt' master_doc.write_bytes((master_doc.text() + dedent(""" - .. toctree:: + .. toctree:: - %(mb_name)s/%(mb_name)s - """ % locals()) - ).encode('utf-8')) + %(mb_name)s/%(mb_name)s + """ % locals())).encode('utf-8')) @pytest.mark.usefixtures('nonascii_srcdir') |