From d686024dfd7d92dbc269df15bf643e10894cc655 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Fri, 12 Jan 2018 09:20:32 +0100 Subject: deb.source: Fix class names in doc string Thanks: Nish Aravamudan --- gbp/deb/source.py | 4 ++-- 1 file 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. """ -- cgit v1.2.3