[Checkins] SVN: zdgbook/trunk/source/conf.py Escape quote

Baiju M baiju.m.mail at gmail.com
Tue Feb 17 03:21:07 EST 2009


Log message for revision 96620:
  Escape quote
  

Changed:
  U   zdgbook/trunk/source/conf.py

-=-
Modified: zdgbook/trunk/source/conf.py
===================================================================
--- zdgbook/trunk/source/conf.py	2009-02-17 08:16:17 UTC (rev 96619)
+++ zdgbook/trunk/source/conf.py	2009-02-17 08:21:06 UTC (rev 96620)
@@ -41,7 +41,7 @@
 master_doc = 'index'
 
 # General information about the project.
-project = u'Zope Developers' Guide'
+project = u'Zope Developers\' Guide'
 copyright = u'2009, Zope Community'
 
 # The version info for the project you're documenting, acts as replacement for
@@ -168,7 +168,7 @@
 # Grouping the document tree into LaTeX files. List of tuples
 # (source start file, target name, title, author, document class [howto/manual]).
 latex_documents = [
-  ('index', 'ZopeDevelopersGuide.tex', ur'Zope Developers' Guide Documentation',
+  ('index', 'ZopeDevelopersGuide.tex', ur'Zope Developers\' Guide Documentation',
    ur'Zope Community', 'manual'),
 ]
 



More information about the Checkins mailing list