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

Skip to content

Commit 6632f2f

Browse files
author
Federico Ariza
committed
fix docstring in ToolManager
1 parent 9a935e7 commit 6632f2f

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)