summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2018-01-12 09:20:32 +0100
committerGuido Günther <agx@sigxcpu.org>2018-01-12 09:20:32 +0100
commitd686024dfd7d92dbc269df15bf643e10894cc655 (patch)
tree7ccb023b467b969de5e9756886bf8d540d985681
parent6129ca865d933071d82af701a2ff77b85c051757 (diff)
deb.source: Fix class names in doc string
Thanks: Nish Aravamudan
-rw-r--r--gbp/deb/source.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/gbp/deb/source.py b/gbp/deb/source.py
index a2e1c9a8..2952afe6 100644
--- a/gbp/deb/source.py
+++ b/gbp/deb/source.py
@@ -51,8 +51,8 @@ class DebianSource(object):
"""
def __init__(self, vfs):
"""
- @param vfs: a class that implemented GbpVFS interface or
- a directory (which will use the I{FileVFS} class. The
+ @param vfs: a class that implements I{GitVfs} interface or
+ a directory (which will use the I{FileVfs} class. The
directory must be the toplevel of a Debian source
package.
"""