aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2012-01-21 17:37:13 +0100
committerGuido Günther <agx@sigxcpu.org>2012-01-21 17:37:13 +0100
commitb05072150c7cdcadc8d797f33d10e3403996ff54 (patch)
tree2377bbb6ad153e4903cce1ab03d72cd5797ab7ce /gbp
parent43a6aa2a79dd279848ec38c867683344cfd679ea (diff)
DebianGitRepository: fix module description
Diffstat (limited to 'gbp')
-rw-r--r--gbp/deb/git.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gbp/deb/git.py b/gbp/deb/git.py
index 5890df22..c6dc10f5 100644
--- a/gbp/deb/git.py
+++ b/gbp/deb/git.py
@@ -14,7 +14,7 @@
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-"""A Debian Changelog"""
+"""A Git Repository that keeps a Debian Package"""
import re
from gbp.git import GitRepository, GitRepositoryError