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

Skip to content

Commit ef0f6e4

Browse files
authored
Merge pull request #16882 from anntzer/typo
Fix trivial docstring typos.
2 parents 7352a13 + 9501c74 commit ef0f6e4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

lib/matplotlib/backend_bases.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1718,8 +1718,8 @@ def scroll_event(self, x, y, step, guiEvent=None):
17181718
scroll wheel event. (*x*, *y*) are the canvas coords ((0, 0) is lower
17191719
left). button and key are as defined in `MouseEvent`.
17201720
1721-
This method will callall functions connected to the 'scroll_event' with
1722-
a `MouseEvent` instance.
1721+
This method will call all functions connected to the 'scroll_event'
1722+
with a `MouseEvent` instance.
17231723
"""
17241724
if step >= 0:
17251725
self._button = 'up'
@@ -1738,7 +1738,7 @@ def button_press_event(self, x, y, button, dblclick=False, guiEvent=None):
17381738
button press. (*x*, *y*) are the canvas coords ((0, 0) is lower left).
17391739
button and key are as defined in `MouseEvent`.
17401740
1741-
This method will callall functions connected to the
1741+
This method will call all functions connected to the
17421742
'button_press_event' with a `MouseEvent` instance.
17431743
"""
17441744
self._button = button

0 commit comments

Comments
 (0)