Skip to content

Commit

Permalink
Fix grammar in doc string.
Browse files Browse the repository at this point in the history
  • Loading branch information
salt-die committed Nov 26, 2023
1 parent 526de55 commit f7ec25b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mind_the_gaps/gaps.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def __str__(self):
@total_ordering
@dataclass
class Endpoint[SupportsLessThan]:
"""An endpoint to a interval."""
"""An interval endpoint."""

value: SupportsLessThan
"""Value of endpoint."""
Expand Down

0 comments on commit f7ec25b

Please sign in to comment.