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

Skip to content

Commit 6d584ad

Browse files
committed
Minor fix in the docstring.
1 parent 7724f09 commit 6d584ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tests/test_ticker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ def test_EngFormatter_formatting():
456456
without a unit string ('s' for seconds). Test the formatting in some cases,
457457
especially the case when no SI prefix is present, for values in [1, 1000).
458458
459-
Should not exception.
459+
Should not raise exceptions.
460460
"""
461461
unitless = mticker.EngFormatter()
462462
nose.tools.assert_equal(unitless(0.1), u'100 m')

0 commit comments

Comments
 (0)