Skip to content

Commit

Permalink
Remove whitespace in doc (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
nh13 authored Jun 13, 2024
1 parent 2a92d95 commit eb68eda
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 @@ -233,7 +233,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 eb68eda

Please sign in to comment.