summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2015-03-20 13:03:02 +0100
committerGuido Günther <agx@sigxcpu.org>2015-03-20 13:03:02 +0100
commit1e0a0392bb6c0bc739842ff2ac08da30f17b49a6 (patch)
tree9b0792c8710b899fb219f4a79245c2656e7330f9
parentcb03293bd7e95e3e6a56947dff79c2afad8e3701 (diff)
Fix paragraph indentation for epydoc
-rw-r--r--gbp/deb/git.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/gbp/deb/git.py b/gbp/deb/git.py
index 7746e86..a85e4d4 100644
--- a/gbp/deb/git.py
+++ b/gbp/deb/git.py
@@ -104,9 +104,9 @@ class DebianGitRepository(GitRepository):
%(version)s provides a clean version that works as a git tag.
- %(hversion)s provides the same thing, but with '.' replaced
- with '-'. hversion is useful for upstreams with tagging
- policies that prohibit . characters.
+ %(hversion)s provides the same thing, but with '.' replaced with '-'.
+ hversion is useful for upstreams with tagging policies that prohibit .
+ characters.
>>> DebianGitRepository.version_to_tag("debian/%(version)s", "0:0~0")
'debian/0%0_0'