Skip to content

Commit 807a987

Browse files
committed
Slight re-word of doc.
1 parent fadebf2 commit 807a987

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mind_the_gaps/gaps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ def __init__(self, endpoints: Sequence[T | Endpoint[T]] | None = None) -> None:
229229
def from_string(cls: type[Gaps[float]], gaps: str) -> Gaps[float]:
230230
"""Create gaps from a string.
231231
232-
Values can only be int or float. Uses standard interval notation, i.e.,
232+
Values can only be int or float. Uses standard interval notation:
233233
`"{(-inf, 1], [2, 3)}"`. If the start and end value of an interval are equal,
234234
the interval may be expressed as, e.g., `"{[0]}"`.
235235
"""

0 commit comments

Comments
 (0)