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

Skip to content

Commit d59ed4d

Browse files
committed
Fix typo
1 parent d43b0fe commit d59ed4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/axes/_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3366,7 +3366,7 @@ def set_ylim(self, bottom=None, top=None, emit=True, auto=False,
33663366
bottom : scalar, optional
33673367
The bottom ylim (default: None, which leaves the bottom
33683368
limit unchanged).
3369-
The bottom and top yxlims may be passed as the tuple
3369+
The bottom and top ylims may be passed as the tuple
33703370
(`bottom`, `top`) as the first positional argument (or as
33713371
the `bottom` keyword argument).
33723372

0 commit comments

Comments
 (0)