FIxed documentation in soc/logic/document.py for getDocumentFromPath function
authorPawel Solyga <Pawel.Solyga@gmail.com>
Sun, 14 Sep 2008 00:23:49 +0000
changeset 143 b419121f7b3e
parent 142 d88c7dbea0e8
child 144 53d8b8064019
FIxed documentation in soc/logic/document.py for getDocumentFromPath function Patch by: Christian López Espínol Reviewed by: Pawel Solyga Reviewed via: discussion on melange-soc-dev group
app/soc/logic/document.py
--- a/app/soc/logic/document.py	Sat Sep 13 22:53:07 2008 +0000
+++ b/app/soc/logic/document.py	Sun Sep 14 00:23:49 2008 +0000
@@ -30,7 +30,7 @@
   """Returns Document entity for a given path, or None if not found.  
     
   Args:
-    id: a Google Account (users.User) object
+    path: a request path of the Document that uniquely identifies it
   """
   # lookup by Doc:path key name
   key_name = getDocumentKeyNameForPath(path)