Skip to content

Commit dadee74

Browse files
committed
Slightly improve documentation
1 parent 7451f1f commit dadee74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/reuse/copyright.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ def uppercase_name(name: str) -> str:
160160
class YearRange:
161161
"""Represents a year range, such as '2017-2025', or '2017'. This only
162162
represents a single range; multiple separated ranges should be put in a
163-
collection.
163+
collection (typically a tuple).
164164
"""
165165

166166
#: The first year in the range. If it is only a single year, this is the
@@ -417,7 +417,7 @@ def _most_common_prefix(
417417

418418
@dataclass(frozen=True)
419419
class CopyrightNotice:
420-
"""Represents a single copyright statement."""
420+
"""Represents a single copyright notice."""
421421

422422
#: The copyright holder.
423423
name: str

0 commit comments

Comments
 (0)