HTML View load&save
[redakcja.git] / lib / wlrepo / __init__.py
index ab6f319..430e59f 100644 (file)
@@ -51,7 +51,7 @@ class Document(object):
         Should be called on the user version of document. If not, it doesn nothing."""
        
     def data(self, entry):
-        """Returns the specified entry as a file-like object."""
+        """Returns the specified entry as a unicode data."""
         pass
 
     @property