aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp/pkg
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2017-01-10 19:24:58 +0100
committerGuido Günther <agx@sigxcpu.org>2017-01-11 10:53:43 +0100
commit413b027ca3340abd9b8b3288ce81988f264123f1 (patch)
treef11eae511a4e774f8c86637725d7fa099e3decec /gbp/pkg
parent4c688e1da8edf0d690fbd71a13a69ed7c61812ee (diff)
Improve wording
Git-Dch: Ignore
Diffstat (limited to 'gbp/pkg')
-rw-r--r--gbp/pkg/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gbp/pkg/__init__.py b/gbp/pkg/__init__.py
index 70bcb21e..03cf581b 100644
--- a/gbp/pkg/__init__.py
+++ b/gbp/pkg/__init__.py
@@ -291,7 +291,7 @@ class UpstreamSource(object):
def is_orig(self):
"""
- @return: C{True} if sources are suitable as upstream source,
+ @return: C{True} if sources are suitable as orig tarball,
C{False} otherwise
@rtype: C{bool}
"""