[Checkins] SVN: bluebream/website/docs/v1.0/tutorial2.rst rst fixes & typo

Baiju M baiju.m.mail at gmail.com
Tue Aug 17 09:30:36 EDT 2010


Log message for revision 115734:
  rst fixes & typo 
  

Changed:
  U   bluebream/website/docs/v1.0/tutorial2.rst

-=-
Modified: bluebream/website/docs/v1.0/tutorial2.rst
===================================================================
--- bluebream/website/docs/v1.0/tutorial2.rst	2010-08-17 13:26:25 UTC (rev 115733)
+++ bluebream/website/docs/v1.0/tutorial2.rst	2010-08-17 13:30:36 UTC (rev 115734)
@@ -225,7 +225,8 @@
           self.context[number] = ticket
           self.request.response.redirect('.')
 
-Next you need to create the template file: ``src/tc/collector/addticket.pt``
+Next you need to create the template file:
+``src/tc/collector/addticket.pt``::
 
   <html>
   <head>
@@ -537,7 +538,8 @@
           self.context[number] = comment
           self.request.response.redirect('.')
 
-Next you need to create the template file: ``src/tc/collector/addticket.pt``
+Next you need to create the template file:
+``src/tc/collector/addcomment.pt``::
 
   <html>
   <head>



More information about the checkins mailing list