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

Skip to content

Commit 0af9c23

Browse files
timhoffmdstansby
andauthored
Apply suggestions from code review
Co-Authored-By: David Stansby <[email protected]>
1 parent 0d267f7 commit 0af9c23

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/matplotlib/backend_bases.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2458,11 +2458,11 @@ class FigureManagerBase(object):
24582458
backend-independent way. It's an adapter for the real (GUI) framework that
24592459
represents the visual figure on screen.
24602460
2461-
GUI backends define from this class to translate common operations such
2461+
GUI backends inherit from this class to translate common operations such
24622462
as *show* or *resize* to the GUI-specific code. Non-GUI backends do not
24632463
support these operations and can just use the base class.
24642464
2465-
This following basic operations are accessible:
2465+
The following basic operations are accessible:
24662466
24672467
**Window operations**
24682468
@@ -2473,7 +2473,7 @@ class FigureManagerBase(object):
24732473
- `~.FigureManagerBase.get_window_title`
24742474
- `~.FigureManagerBase.set_window_title`
24752475
2476-
**Key and mouse button press handling**
2476+
**Key and mouse button event handling**
24772477
24782478
The figure manager sets up default key and mouse button press handling by
24792479
hooking up the `.key_press_handler` to the matplotlib event system. This

0 commit comments

Comments
 (0)