aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2015-01-22 22:22:43 +0100
committerGuido Günther <agx@sigxcpu.org>2015-01-22 22:31:34 +0100
commit0ab70aa48d16b58ecbd4d41ac006dea14631b4e5 (patch)
tree075121cf94c8ca0e9a5de15d85ca947868502796
parentab4a7fe357e40c16b357deb95dfac790d0ed95be (diff)
vfs: remove wrong docstring
Gbp-Dch: Ignore
-rw-r--r--gbp/git/vfs.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/gbp/git/vfs.py b/gbp/git/vfs.py
index 5d5e1323..d6f9f4d8 100644
--- a/gbp/git/vfs.py
+++ b/gbp/git/vfs.py
@@ -45,8 +45,6 @@ class GitVfs(object):
def __init__(self, repo, committish=None):
"""
- Access files in a unpaced Debian source package.
-
@param repo: the git repository to act on
@param committish: the committish to act on
"""