Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1d6e939

Browse files
ulijhQuLogic
andauthored
Update lib/matplotlib/tests/test_sphinxext.py
Fix typo in comment. Co-authored-by: Elliott Sales de Andrade <[email protected]>
1 parent 9107c12 commit 1d6e939

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
@@ -53,7 +53,7 @@ def plot_file(num):
5353
assert filecmp.cmp(range_6, html_dir / 'range6.png')
5454
# check if figure caption made it into html file
5555
assert b'This is the caption for plot 15.' in html_contents
56-
# check if figure caption usin :caption: made it into html file
56+
# check if figure caption using :caption: made it into html file
5757
assert b'Plot 17 uses the caption option.' in html_contents
5858
# check if figure caption made it into html file
5959
assert b'This is the caption for plot 18.' in html_contents

0 commit comments

Comments
 (0)