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
--- 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)