[Checkins] SVN: grok/branches/luciano-tutorial/doc/tutorial.txt fixing includes

Luciano Ramalho luciano at ramalho.org
Fri Jul 13 19:40:52 EDT 2007


Log message for revision 77894:
  fixing includes
  

Changed:
  U   grok/branches/luciano-tutorial/doc/tutorial.txt

-=-
Modified: grok/branches/luciano-tutorial/doc/tutorial.txt
===================================================================
--- grok/branches/luciano-tutorial/doc/tutorial.txt	2007-07-13 23:36:42 UTC (rev 77893)
+++ grok/branches/luciano-tutorial/doc/tutorial.txt	2007-07-13 23:40:52 UTC (rev 77894)
@@ -1364,7 +1364,8 @@
 to omit the form and display the text "(no mammoths)".
 
 The form ``action`` attribute is generated by the ``view.url('eat')`` call.
-In this case, the ``url`` method will produce the URL of the view named ``eat`` in the same context, that is, the ``Pebble`` app.
+In this case, the ``url`` method will produce the URL of the view named ``eat`` 
+in the same context, that is, the ``Pebble`` app.
 
 The ``name`` attribute for all checkboxes is the same. The ``:list`` suffix
 tells Grok that the values should be transformed into a list. This simplifies



More information about the Checkins mailing list