rpm.changelog: Drop non breaking space
authorGuido Günther <agx@sigxcpu.org>
Wed, 16 Mar 2022 13:39:33 +0000 (14:39 +0100)
committerGuido Günther <agx@sigxcpu.org>
Wed, 16 Mar 2022 13:44:30 +0000 (14:44 +0100)
This trips up pydoctor.

Thanks to Carsten Schönert for debugging help

gbp/rpm/changelog.py

index 7f59816a4e1a24078d4fd22692c29c4cc085a0f8..8714b4a4c4cc9d546bd089997688e894bea1701e 100644 (file)
@@ -81,7 +81,7 @@ class _ChangelogEntry(object):
         @param author: author of the change
         @type author: C{str}
         @param text: message of the changelog entry
-        @type text: C{str} or C{list} of C{str}
+        @type text: C{str} or C{list} of C{str}
         """
         self._pkgpolicy = pkgpolicy
         self.author = author