changeset 19358:3e69e3a4adaa

vfs: remove strange doc string
author Dmitry Selyutin <ghostmansd@gmail.com>
date Wed, 18 Oct 2017 10:51:02 +0300
parents eafd8b40f822
children eb098b43a4f6
files pygnulib/vfs.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pygnulib/vfs.py	Wed Oct 18 00:13:50 2017 +0300
+++ b/pygnulib/vfs.py	Wed Oct 18 10:51:02 2017 +0300
@@ -141,7 +141,6 @@
     """
     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)