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

Skip to content

Commit 5bc7c67

Browse files
authored
Update lib/matplotlib/tests/test_axes.py
1 parent ff470cf commit 5bc7c67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tests/test_axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8907,7 +8907,7 @@ def test_axes_clear_behavior(fig_ref, fig_test, which):
89078907
ax_test = fig_test.subplots()
89088908
ax_ref = fig_ref.subplots()
89098909
# the following tick params values are chosen to each create a visual difference
8910-
# from their defaults
8910+
# from their defaults
89118911
target = {
89128912
"direction": "in",
89138913
"length": 10,

0 commit comments

Comments
 (0)