Skip to content

Commit

Permalink
doc: fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
msto committed Mar 12, 2024
1 parent 95f4c1d commit c0ae2c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pybedlite/overlap_detector.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,10 @@ def from_bedrecord(cls: Type["Interval"], record: BedRecord) -> "Interval":
reading a record that does not have a specified strand.
Args:
interval: The `Interval` instance to convert.
record: The `BedRecord` instance to convert.
Returns:
A `BedRecord` corresponding to the same region specified in the interval.
An `Interval` corresponding to the same region specified in the record.
"""
return cls(
refname=record.chrom,
Expand Down

0 comments on commit c0ae2c1

Please sign in to comment.