Skip to content

Commit 46898de

Browse files
author
Johann Krauter
committed
resolve pre-commit codespell
1 parent 3a4ee04 commit 46898de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tests/test_patches.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def test_corner_center():
105105

106106

107107
def test_ellipse_vertices():
108-
# expect 0 for 0 ellipse widht, height
108+
# expect 0 for 0 ellipse width, height
109109
ellipse = Ellipse(xy=(0, 0), width=0, height=0, angle=0)
110110
assert_almost_equal(
111111
ellipse.get_vertices(),

0 commit comments

Comments
 (0)