Skip to content

Commit 8f3df28

Browse files
authored
Merge pull request #9949 from fariza/toolmanager-docstring-fix
fix docstring in ToolManager
2 parents a890573 + 6632f2f commit 8f3df28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/backend_managers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ def __init__(self, name, sender, message):
4545

4646
class ToolManager(object):
4747
"""
48-
Helper class that groups all the user interactions for a FigureManager
48+
Helper class that groups all the user interactions for a Figure
4949
5050
Attributes
5151
----------
52-
manager: `FigureManager`
52+
figure: `Figure`
5353
keypresslock: `widgets.LockDraw`
5454
`LockDraw` object to know if the `canvas` key_press_event is locked
5555
messagelock: `widgets.LockDraw`

0 commit comments

Comments
 (0)