[Lxml-checkins] r43439 - lxml/trunk/doc

scoder at codespeak.net scoder at codespeak.net
Wed May 16 22:24:59 CEST 2007


Author: scoder
Date: Wed May 16 22:24:59 2007
New Revision: 43439

Modified:
   lxml/trunk/doc/tutorial.txt
Log:
author, heading fix

Modified: lxml/trunk/doc/tutorial.txt
==============================================================================
--- lxml/trunk/doc/tutorial.txt	(original)
+++ lxml/trunk/doc/tutorial.txt	Wed May 16 22:24:59 2007
@@ -2,6 +2,9 @@
 The lxml.etree Tutorial
 =======================
 
+:Author:
+  Stefan Behnel
+
 This tutorial briefly overviews the main concepts of the `ElementTree API`_ as
 implemented by lxml.etree, and some simple enhancements that make your life as
 a programmer easier.
@@ -208,8 +211,8 @@
     Guten Tag
 
 
-Elements carry text
--------------------
+Elements contain text
+---------------------
 
 Elements can contain text::
 


More information about the lxml-checkins mailing list