We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1279855 commit e623b41Copy full SHA for e623b41
intervaltree/interval.py
@@ -58,7 +58,7 @@ def overlap_size(self, begin, end=None):
58
Return the overlap size between two intervals or a point
59
:param begin: beginning point of the range, or the point, or an Interval
60
:param end: end point of the range. Optional if not testing ranges.
61
- :return: Return the overlap size, None if not overlapped
+ :return: Return the overlap size, None if not overlap is found
62
:rtype: int
63
"""
64
overlaps = self.overlaps(begin, end)
0 commit comments