8000 Merge pull request #29870 from q33566/fix-grammatical-error-in-pyplot… · matplotlib/matplotlib@33dbc47 · GitHub
[go: up one dir, main page]

Skip to content

Commit 33dbc47

Browse files
authored
Merge pull request #29870 from q33566/fix-grammatical-error-in-pyplot-comment
doc: a grammatical error in pyplot comment
2 parents 662239c + e5c7ffb commit 33dbc47

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
@@ -1711,7 +1711,7 @@ def subplots(
17111711
17121712
Typical idioms for handling the return value are::
17131713
1714-
# using the variable ax for single a Axes
1714+
# using the variable ax for a single Axes
17151715
fig, ax = plt.subplots()
17161716
17171717
# using the variable axs for multiple Axes

0 commit comments

Comments
 (0)
0