From 37a09c05c422f914c3f622cc2a802d3aa88ea1a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20=C4=8Cerm=C3=A1k?= Date: Wed, 15 Jan 2025 10:57:07 +0100 Subject: [PATCH] Update specfile/changelog.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Nikola Forró --- specfile/changelog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()