From 04bc952dd932a38f59d624f5bc32abde9db4f8d3 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Tue, 10 Dec 2013 10:23:45 +0100 Subject: [PATCH] fix trailing space --- tests/test_build_html.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_build_html.py b/tests/test_build_html.py index aef733057..d5b59e42f 100644 --- a/tests/test_build_html.py +++ b/tests/test_build_html.py @@ -365,7 +365,7 @@ def test_html(app): confoverrides={'html_sidebars': {'*': ['globaltoc.html']}}, ) def test_html_with_globaltoc_and_hidden_toctree(app): - # issue #1157: combination of 'globaltoc.html' and hidden toctree cause + # issue #1157: combination of 'globaltoc.html' and hidden toctree cause # exception. (app.srcdir / 'contents.rst').write_text( '\n.. toctree::'