app/soc/models/linkable.py
changeset 524 774b379e058c
parent 510 6cd4f44891e5
child 533 ba3309b2fd30
--- 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,