Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ef0f6e4

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

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed

‎lib/matplotlib/backend_bases.py

Copy file name to clipboardExpand all lines: lib/matplotlib/backend_bases.py
+3-3Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.