Skip to content

Commit 2ea0d63

Browse files
authored
Merge pull request #19364 from anntzer/gcfmd
Fix trivial doc typos.
2 parents 07aa92b + 968ac37 commit 2ea0d63

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
@@ -849,7 +849,7 @@ def get_current_fig_manager():
849849
The figure manager is a container for the actual backend-depended window
850850
that displays the figure on screen.
851851
852-
If if no current figure exists, a new one is created an its figure
852+
If no current figure exists, a new one is created, and its figure
853853
manager is returned.
854854
855855
Returns

0 commit comments

Comments
 (0)