[Checkins] SVN: z3c.i18n/trunk/s Fix docs.

Stephan Richter srichter at cosmos.phy.tufts.edu
Thu Nov 1 16:43:36 EDT 2007


Log message for revision 81375:
  Fix docs.
  

Changed:
  U   z3c.i18n/trunk/setup.py
  U   z3c.i18n/trunk/src/z3c/i18n/README.txt

-=-
Modified: z3c.i18n/trunk/setup.py
===================================================================
--- z3c.i18n/trunk/setup.py	2007-11-01 20:38:12 UTC (rev 81374)
+++ z3c.i18n/trunk/setup.py	2007-11-01 20:43:36 UTC (rev 81375)
@@ -21,6 +21,7 @@
 def read(*rnames):
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
+
 setup(name='z3c.i18n',
       version = '0.1.1',
       author='Zope Corporation and Contributors',

Modified: z3c.i18n/trunk/src/z3c/i18n/README.txt
===================================================================
--- z3c.i18n/trunk/src/z3c/i18n/README.txt	2007-11-01 20:38:12 UTC (rev 81374)
+++ z3c.i18n/trunk/src/z3c/i18n/README.txt	2007-11-01 20:43:36 UTC (rev 81375)
@@ -8,7 +8,7 @@
 -------------------
 
 The following translation domains are registered based on the
-``zope.i18n.locales´´ package:
+``zope.i18n.locales`` package:
 
 z3c.i18n.iso.languages: Translates all available languages
 
@@ -19,7 +19,7 @@
 
 Based on the translation domains mentioned above, there are two
 vocabularies registered. The terms of these vocabularies have a
-``Message´´as title with the according translation domain.
+``Message`` as title with the according translation domain.
 
 z3c.i18n.iso.languages: Contains all languages defined.
 



More information about the Checkins mailing list