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

Skip to content

Commit 3fcb595

Browse files
tacaswellQuLogic
andcommitted
DOC: improve language
Co-authored-by: Elliott Sales de Andrade <[email protected]>
1 parent c3a1713 commit 3fcb595

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
@@ -427,7 +427,7 @@ def test_inverted_cla():
427427
ax0.cla()
428428
assert not ax1.yaxis_inverted()
429429
ax1.cla()
430-
# 6. clearing the nonleader should not touch limits
430+
# 6. clearing the follower should not touch limits
431431
ax0.imshow(img)
432432
ax1.plot(x, np.cos(x))
433433
ax1.cla()

0 commit comments

Comments
 (0)