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

Skip to content

Commit c6df889

Browse files
committed
FIX/DOC: fix doc error
1 parent a2b5f89 commit c6df889

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/transforms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2906,7 +2906,7 @@ def interval_contains(interval, val):
29062906
Returns
29072907
-------
29082908
bool
2909-
Returns true if given val is within the interval (with tolerance)
2909+
Returns true if given val is within the interval
29102910
"""
29112911
a, b = interval
29122912
if a > b:

0 commit comments

Comments
 (0)