[Zodb-checkins] CVS: Packages/ZConfig/doc - zconfig.tex:1.31

Fred L. Drake, Jr. fred@zope.com
Wed, 4 Dec 2002 23:46:31 -0500


Update of /cvs-repository/Packages/ZConfig/doc
In directory cvs.zope.org:/tmp/cvs-serv32453

Modified Files:
	zconfig.tex 
Log Message:
For consistency with the Python documentation style, use periods at
the end of the \modulesynopsis blurbs.


=== Packages/ZConfig/doc/zconfig.tex 1.30 => 1.31 ===
--- Packages/ZConfig/doc/zconfig.tex:1.30	Wed Dec  4 23:01:59 2002
+++ Packages/ZConfig/doc/zconfig.tex	Wed Dec  4 23:46:31 2002
@@ -227,7 +227,7 @@
 \section{\module{ZConfig} --- Basic configuration support}
 
 \declaremodule{}{ZConfig}
-\modulesynopsis{Configuration package}
+\modulesynopsis{Configuration package.}
 
 The main \module{ZConfig} package exports two convenience functions:
 
@@ -249,7 +249,7 @@
 \section{\module{ZConfig.Context} --- Application context}
 
 \declaremodule{}{ZConfig.Context}
-\modulesynopsis{Application context}
+\modulesynopsis{Application context.}
 
 The \module{ZConfig} package uses the idea of an \dfn{application
 context} to consolidate the connections between the different
@@ -373,7 +373,7 @@
 \section{\module{ZConfig.Config} --- Section objects}
 
 \declaremodule{}{ZConfig.Config}
-\modulesynopsis{Standard section objects}
+\modulesynopsis{Standard section objects.}
 
 
 The \module{ZConfig.Config} module provides implementations of the
@@ -558,7 +558,7 @@
 \section{\module{ZConfig.Common} --- Exceptions}
 
 \declaremodule{}{ZConfig.Common}
-\modulesynopsis{Exceptions}
+\modulesynopsis{Exceptions for ZConfig.}
 
 \begin{excdesc}{ConfigurationError}
   Base class for exceptions specific to the \module{ZConfig} package.
@@ -590,7 +590,7 @@
 \section{\module{ZConfig.ApacheStyle} --- Apache-style parser}
 
 \declaremodule{}{ZConfig.ApacheStyle}
-\modulesynopsis{Parser for Apache-style configurations}
+\modulesynopsis{Parser for Apache-style configurations.}
 
 The \module{ZConfig.ApacheStyle} module implements the configuration
 parser.  Most applications will not need to use this module directly.
@@ -610,7 +610,7 @@
 \section{\module{ZConfig.Substitution} --- String substitution}
 
 \declaremodule{}{ZConfig.Substitution}
-\modulesynopsis{Shell-style string substitution helper}
+\modulesynopsis{Shell-style string substitution helper.}
 
 This module provides a basic substitution facility similar to that
 found in the Bourne shell (\program{sh} on most \UNIX{} platforms).