8000 Update lib/matplotlib/tests/test_table.py · matplotlib/matplotlib@dd0ff3d · GitHub
[go: up one dir, main page]

Skip to content

Commit dd0ff3d

Browse files
story645QuLogic
andauthored
Update lib/matplotlib/tests/test_table.py
Co-authored-by: Elliott Sales de Andrade <quantum.analyst@gmail.com>
1 parent 1da3e99 commit dd0ff3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tests/test_table.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ def __repr__(self):
247247

248248
fake_convertor = munits.ConversionInterface()
249249
fake_convertor.convert = Mock(side_effect=lambda v, u, a: 0)
250-
# not used, here for completion
250+
# not used, here for completeness
251251
fake_convertor.default_units = Mock(side_effect=lambda v, a: None)
252252
fake_convertor.axisinfo = Mock(side_effect=lambda u, a: munits.AxisInfo())
253253

0 commit comments

Comments
 (0)
0