Small comment fix in Linkable model.
authorPawel Solyga <Pawel.Solyga@gmail.com>
Thu, 20 Nov 2008 22:51:07 +0000
changeset 524 774b379e058c
parent 523 46039afb63b6
child 525 1dc62d570eff
Small comment fix in Linkable model. Patch by: Pawel Solyga
app/soc/models/linkable.py
--- 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,