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

Skip to content

Commit ddd5899

Browse files
committed
test_colors: Fix typo
1 parent 9b29988 commit ddd5899

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/tests/test_colors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def test_BoundaryNorm():
4747

4848
def test_LogNorm():
4949
"""
50-
LogNorm igornoed clip, now it has the same
50+
LogNorm ignored clip, now it has the same
5151
behavior as Normalize, e.g., values > vmax are bigger than 1
5252
without clip, with clip they are 1.
5353
"""

0 commit comments

Comments
 (0)