diff --git a/specfile/changelog.py b/specfile/changelog.py index 58c3e80..8b37fa9 100644 --- a/specfile/changelog.py +++ b/specfile/changelog.py @@ -42,7 +42,7 @@ class ChangelogStyle(Enum): """Style of changelog entries""" - #: "standard" changelog entries as used by Fedora, RHEL, etc.: + #: standard changelog entries parseable by RPM (used in Fedora, RHEL, etc.): #: * $DATE $AUTHOR <$EMAIL> - $EVR #: $ENTRY standard = auto()