aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp/patch_series.py
diff options
context:
space:
mode:
Diffstat (limited to 'gbp/patch_series.py')
-rw-r--r--gbp/patch_series.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gbp/patch_series.py b/gbp/patch_series.py
index 62065f7b..c70809d3 100644
--- a/gbp/patch_series.py
+++ b/gbp/patch_series.py
@@ -84,7 +84,7 @@ class Patch(object):
def _get_subject_from_filename(self):
"""
- Determine the patch's subject based on the it's filename
+ Determine the patch's subject based on the its filename
>>> p = Patch('debian/patches/foo.patch')
>>> p._get_subject_from_filename()