# HG changeset patch # User Pawel Solyga # Date 1227221467 0 # Node ID 774b379e058c59f37b7d683dd1dde8bc44e8f901 # Parent 46039afb63b6f511968705a55a2bfefeceb9e98b Small comment fix in Linkable model. Patch by: Pawel Solyga diff -r 46039afb63b6 -r 774b379e058c 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,