# HG changeset patch # User Pawel Solyga # Date 1221351829 0 # Node ID b419121f7b3e3a9214bed7cd1f451d27fecc03d4 # Parent d88c7dbea0e826779fd9bbfd875107e95bf14603 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 diff -r d88c7dbea0e8 -r b419121f7b3e 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)