From: Dmitry Selyutin <ghostmansd@gmail.com>
Date: Wed, 18 Oct 2017 07:51:02 +0000 (+0300)
Subject: vfs: remove strange doc string
X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=7c895486be0ffafc961ee4fb7eb97759055b9c69;p=gnulib.git

vfs: remove strange doc string
---

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)