--- a/app/soc/models/linkable.py Thu Nov 20 22:44:22 2008 +0000
+++ b/app/soc/models/linkable.py Thu Nov 20 22:51:07 2008 +0000
@@ -87,7 +87,7 @@
"leaf" entities (such as the Document in the example above) could
be allowed.
"""
- #: Required field storing "ID" used in URLS. Lower ASCII characters,
+ #: Required field storing "ID" used in URL links. Lower ASCII characters,
#: digits and underscores only. Valid link IDs successfully match
#: the LINK_ID_REGEX.
link_id = db.StringProperty(required=True,