[Checkins] SVN: grok/trunk/src/grok/interfaces.py Be a bit more generic in the description; we may be constructing

Martijn Faassen faassen at infrae.com
Tue Oct 31 09:36:55 EST 2006


Log message for revision 71008:
  Be a bit more generic in the description; we may be constructing
  names to other things than views, such as subobjects.
  

Changed:
  U   grok/trunk/src/grok/interfaces.py

-=-
Modified: grok/trunk/src/grok/interfaces.py
===================================================================
--- grok/trunk/src/grok/interfaces.py	2006-10-31 14:34:37 UTC (rev 71007)
+++ grok/trunk/src/grok/interfaces.py	2006-10-31 14:36:54 UTC (rev 71008)
@@ -142,10 +142,11 @@
     
         If only obj argument is given, construct URL to obj.
         
-        If only name is given as the first argument, construct view URL
-        to view with that name on our context.
+        If only name is given as the first argument, construct URL
+        to context/name.
         
         If both object and name arguments are supplied, construct
-        URL to view on that object.
-        """ 
+        URL to obj/name.
+        """
 
+



More information about the Checkins mailing list