8000 fix: a grammatical error in pyplot comment · matplotlib/matplotlib@e5c7ffb · GitHub
[go: up one dir, main page]

Skip to content

Commit e5c7ffb

Browse files
committed
fix: a grammatical error in pyplot comment
1 parent 662239c commit e5c7ffb

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