From 9501c7456de548871a8c939827fa04962d709e4e Mon Sep 17 00:00:00 2001 From: Antony Lee Date: Mon, 23 Mar 2020 16:34:31 +0100 Subject: [PATCH] Fix trivial docstring typos. --- lib/matplotlib/backend_bases.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy