summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2022-03-16 14:39:33 +0100
committerGuido Günther <agx@sigxcpu.org>2022-03-16 14:44:30 +0100
commitdbadeed8467e9464038b0272ba6fccf22ea324e4 (patch)
tree36f13a9783967d08f8dcfe00b4fd4bb2b4693b4b
parent6acd556e2c4c604d71533ee94d2fdbc2b81fc0ed (diff)
rpm.changelog: Drop non breaking space
This trips up pydoctor. Thanks to Carsten Schönert for debugging help
-rw-r--r--gbp/rpm/changelog.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gbp/rpm/changelog.py b/gbp/rpm/changelog.py
index 7f59816a..8714b4a4 100644
--- a/gbp/rpm/changelog.py
+++ b/gbp/rpm/changelog.py
@@ -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