Skip to content

Commit 515f441

Browse files
committed
single quotes
1 parent bf0b0f5 commit 515f441

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tests/test_sphinxext.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def test_plot_html_show_source_link(tmpdir):
117117
# plot_html_show_source_link` is False
118118
html_dir2 = source_dir / '_build' / 'html2'
119119
build_sphinx_html(source_dir, doctree_dir, html_dir2,
120-
extra_args=["-D", "plot_html_show_source_link=0"])
120+
extra_args=['-D', 'plot_html_show_source_link=0'])
121121
assert "index-1.py" not in [p.name for p in html_dir2.iterdir()]
122122

123123

0 commit comments

Comments
 (0)