[Checkins] SVN: bluebream/website/docs/v1.0/tutorial3.rst \n will not work

Baiju M baiju.m.mail at gmail.com
Mon Aug 16 09:13:09 EDT 2010


Log message for revision 115703:
  \n will not work
  

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

-=-
Modified: bluebream/website/docs/v1.0/tutorial3.rst
===================================================================
--- bluebream/website/docs/v1.0/tutorial3.rst	2010-08-16 12:35:40 UTC (rev 115702)
+++ bluebream/website/docs/v1.0/tutorial3.rst	2010-08-16 13:13:09 UTC (rev 115703)
@@ -88,7 +88,7 @@
 and ``__init__.py`` file to make it a Python package::
 
   $ mkdir src/tc/skin
-  $ echo "#Python Package\n" > src/tc/skin/__init__.py
+  $ echo "#Python Package" > src/tc/skin/__init__.py
 
 The skin definition will be placed in ``src/tc/skin/interfaces.py`` and the
 registration in ``src/tc/skin/configure.zcml``.  To create a new layer, you



More information about the checkins mailing list