]> Savannah Git Hosting - gnulib.git/commitdiff
vfs: remove strange doc string
authorDmitry Selyutin <ghostmansd@gmail.com>
Wed, 18 Oct 2017 07:51:02 +0000 (10:51 +0300)
committerDmitry Selyutin <ghostmansd@gmail.com>
Wed, 18 Oct 2017 07:51:02 +0000 (10:51 +0300)
pygnulib/vfs.py

index 2cdb5eb10316797dabe00d548d0d3f76ec5b6e68..e7b33e670153bc1462d098b1056d7ef48c99e599 100644 (file)
@@ -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)