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 7724f09 commit 6d584adCopy full SHA for 6d584ad
lib/matplotlib/tests/test_ticker.py
@@ -456,7 +456,7 @@ def test_EngFormatter_formatting():
456
without a unit string ('s' for seconds). Test the formatting in some cases,
457
especially the case when no SI prefix is present, for values in [1, 1000).
458
459
- Should not exception.
+ Should not raise exceptions.
460
"""
461
unitless = mticker.EngFormatter()
462
nose.tools.assert_equal(unitless(0.1), u'100 m')
0 commit comments