Skip to content

Commit

Permalink
Remove whitespace in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
nh13 authored Dec 15, 2023
1 parent 0b2c3e9 commit 239cc9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pybedlite/overlap_detector.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ def get_overlaps(self, interval: Interval) -> List[Interval]:
)

def get_enclosing_intervals(self, interval: Interval) -> List[Interval]:
"""Returns the set of intervals in this detector that wholly enclose the query interval.
"""Returns the set of intervals in this detector that wholly enclose the query interval.
i.e. query.start >= target.start and query.end <= target.end.
Args:
Expand Down

0 comments on commit 239cc9f

Please sign in to comment.