[Checkins] SVN: z3c.recipe.staticlxml/trunk/ documentation typos fixed.

Stefan Eletzhofer stefan.eletzhofer at inquant.de
Wed Feb 18 16:06:30 EST 2009


Log message for revision 96716:
  documentation typos fixed.

Changed:
  U   z3c.recipe.staticlxml/trunk/CHANGES.txt
  U   z3c.recipe.staticlxml/trunk/setup.py
  U   z3c.recipe.staticlxml/trunk/src/z3c/recipe/staticlxml/README.txt

-=-
Modified: z3c.recipe.staticlxml/trunk/CHANGES.txt
===================================================================
--- z3c.recipe.staticlxml/trunk/CHANGES.txt	2009-02-18 20:57:30 UTC (rev 96715)
+++ z3c.recipe.staticlxml/trunk/CHANGES.txt	2009-02-18 21:06:30 UTC (rev 96716)
@@ -1,6 +1,8 @@
 trunk
 =====
 
+- Fixed readme typos. [seletz]
+
 0.4 (2009-02-18)
 ================
 
@@ -15,7 +17,7 @@
 ==================
 
 - Made ``static-build`` default to ``true`` on OS X [seletz]
-- Made ``build-libxslt` and ``build-libxml2`` default to ``true`` [seletz]
+- Made ``build-libxslt`` and ``build-libxml2`` default to ``true`` [seletz]
 - Document default options [seletz]
 
 0.2 (2008-11-27)

Modified: z3c.recipe.staticlxml/trunk/setup.py
===================================================================
--- z3c.recipe.staticlxml/trunk/setup.py	2009-02-18 20:57:30 UTC (rev 96715)
+++ z3c.recipe.staticlxml/trunk/setup.py	2009-02-18 21:06:30 UTC (rev 96716)
@@ -8,7 +8,7 @@
 def read(*rnames):
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
-version = '0.4'
+version = '0.4dev'
 
 long_description = (
     read('README.txt')

Modified: z3c.recipe.staticlxml/trunk/src/z3c/recipe/staticlxml/README.txt
===================================================================
--- z3c.recipe.staticlxml/trunk/src/z3c/recipe/staticlxml/README.txt	2009-02-18 20:57:30 UTC (rev 96715)
+++ z3c.recipe.staticlxml/trunk/src/z3c/recipe/staticlxml/README.txt	2009-02-18 21:06:30 UTC (rev 96716)
@@ -20,10 +20,10 @@
 **static-build**
     ``true`` or ``false``.  On OS X this defaults to ``true``.
 
-**xml2-loction**
+**xml2-location**
     Needed if ``libxml2`` is not built.
 
-**xslt-loction**
+**xslt-location**
     Needed if ``libxslt`` is not built.
 
 **xslt-config**



More information about the Checkins mailing list