Skip to content

Commit 1ddb1ec

Browse files
authored
Merge pull request matplotlib#30455 from itsmeamitesh01/docs-fix-xlabel-typo
DOC: Fix typo in xlabel docstring
2 parents 5054100 + bb60ac6 commit 1ddb1ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/pyplot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1341,7 +1341,7 @@ def axes(
13411341
13421342
- *None*: A new full window Axes is added using
13431343
``subplot(**kwargs)``.
1344-
- 4-tuple of floats *rect* = ``(left, bottom, width, height)``.
1344+
- 4-tuple of float *rect* = ``(left, bottom, width, height)``.
13451345
A new Axes is added with dimensions *rect* in normalized
13461346
(0, 1) units using `~.Figure.add_axes` on the current figure.
13471347

0 commit comments

Comments
 (0)