From 7c895486be0ffafc961ee4fb7eb97759055b9c69 Mon Sep 17 00:00:00 2001 From: Dmitry Selyutin Date: Wed, 18 Oct 2017 10:51:02 +0300 Subject: [PATCH] vfs: remove strange doc string --- pygnulib/vfs.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pygnulib/vfs.py b/pygnulib/vfs.py index 2cdb5eb103..e7b33e6701 100644 --- a/pygnulib/vfs.py +++ b/pygnulib/vfs.py @@ -141,7 +141,6 @@ def lookup(name, root, local, patch="patch"): """ Look up a file inside base VFS or local VFS, or combine it using patch. If file is available or can be generated via patching, return a readable stream. - Note that this file may not be the original """ _type_assert_("root", root, Base) _type_assert_("local", local, Base) -- 2.39.5