Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9107c12 commit 1d6e939Copy full SHA for 1d6e939
lib/matplotlib/tests/test_sphinxext.py
@@ -53,7 +53,7 @@ def plot_file(num):
53
assert filecmp.cmp(range_6, html_dir / 'range6.png')
54
# check if figure caption made it into html file
55
assert b'This is the caption for plot 15.' in html_contents
56
- # check if figure caption usin :caption: made it into html file
+ # check if figure caption using :caption: made it into html file
57
assert b'Plot 17 uses the caption option.' in html_contents
58
59
assert b'This is the caption for plot 18.' in html_contents
0 commit comments