From 1e0a0392bb6c0bc739842ff2ac08da30f17b49a6 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Fri, 20 Mar 2015 13:03:02 +0100 Subject: Fix paragraph indentation for epydoc --- gbp/deb/git.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gbp') 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' -- cgit v1.2.3