diff --git a/lib/matplotlib/backend_bases.py b/lib/matplotlib/backend_bases.py index 1b6891545f2e..caa6822c43a4 100644 --- a/lib/matplotlib/backend_bases.py +++ b/lib/matplotlib/backend_bases.py @@ -1718,8 +1718,8 @@ def scroll_event(self, x, y, step, guiEvent=None): scroll wheel event. (*x*, *y*) are the canvas coords ((0, 0) is lower left). button and key are as defined in `MouseEvent`. - This method will callall functions connected to the 'scroll_event' with - a `MouseEvent` instance. + This method will call all functions connected to the 'scroll_event' + with a `MouseEvent` instance. """ if step >= 0: self._button = 'up' @@ -1738,7 +1738,7 @@ def button_press_event(self, x, y, button, dblclick=False, guiEvent=None): button press. (*x*, *y*) are the canvas coords ((0, 0) is lower left). button and key are as defined in `MouseEvent`. - This method will callall functions connected to the + This method will call all functions connected to the 'button_press_event' with a `MouseEvent` instance. """ self._button = button