mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-10 12:40:08 +08:00
Remove unused parameter from docstring
This commit is contained in:
committed by
Steven Silvester
parent
410f3926e4
commit
1799846be9
@@ -53,9 +53,6 @@ class CanvasToolBase(object):
|
||||
useblit : bool
|
||||
If True, update canvas by blitting, which is much faster than normal
|
||||
redrawing (turn off for debugging purposes).
|
||||
nograb_draw : bool
|
||||
If a mouse click is detected, but it does not grab a handle,
|
||||
redraw the line from scratch. True by default.
|
||||
"""
|
||||
|
||||
def __init__(self, ax, on_move=None, on_enter=None, on_release=None,
|
||||
|
||||
Reference in New Issue
Block a user