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

Skip to content

Commit 0d267f7

Browse files
timhoffmdstansby
andauthored
Update lib/matplotlib/backend_bases.py
Co-Authored-By: David Stansby <[email protected]>
1 parent f5512a2 commit 0d267f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/backend_bases.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2460,7 +2460,7 @@ class FigureManagerBase(object):
24602460
24612461
GUI backends define from this class to translate common operations such
24622462
as *show* or *resize* to the GUI-specific code. Non-GUI backends do not
2463-
support these operations an can just use the base class.
2463+
support these operations and can just use the base class.
24642464
24652465
This following basic operations are accessible:
24662466

0 commit comments

Comments
 (0)