summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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.
"""