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

Skip to content

Commit aa0f04e

Browse files
committed
Fixed a minor typo I made in one of the can_pan docs.
1 parent 261cb76 commit aa0f04e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2777,7 +2777,7 @@ def format_coord(self, x, y):
27772777

27782778
def can_zoom(self):
27792779
"""
2780-
Return *True* if this axes support the zoom box button functionality.
2780+
Return *True* if this axes supports the zoom box button functionality.
27812781
"""
27822782
return True
27832783

0 commit comments

Comments
 (0)