projects
/
tools
/
git-buildpackage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6acd556
)
rpm.changelog: Drop non breaking space
author
Guido Günther
<agx@sigxcpu.org>
Wed, 16 Mar 2022 13:39:33 +0000
(14:39 +0100)
committer
Guido 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
patch
|
blob
|
history
diff --git
a/gbp/rpm/changelog.py
b/gbp/rpm/changelog.py
index 7f59816a4e1a24078d4fd22692c29c4cc085a0f8..8714b4a4c4cc9d546bd089997688e894bea1701e 100644
(file)
--- 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