Commit 3bc304ce authored by Fred Drake's avatar Fred Drake

For consistency with the Python documentation style, use periods at

the end of the \modulesynopsis blurbs.
parent 68550e89
...@@ -227,7 +227,7 @@ key $name ...@@ -227,7 +227,7 @@ key $name
\section{\module{ZConfig} --- Basic configuration support} \section{\module{ZConfig} --- Basic configuration support}
\declaremodule{}{ZConfig} \declaremodule{}{ZConfig}
\modulesynopsis{Configuration package} \modulesynopsis{Configuration package.}
The main \module{ZConfig} package exports two convenience functions: The main \module{ZConfig} package exports two convenience functions:
...@@ -249,7 +249,7 @@ The main \module{ZConfig} package exports two convenience functions: ...@@ -249,7 +249,7 @@ The main \module{ZConfig} package exports two convenience functions:
\section{\module{ZConfig.Context} --- Application context} \section{\module{ZConfig.Context} --- Application context}
\declaremodule{}{ZConfig.Context} \declaremodule{}{ZConfig.Context}
\modulesynopsis{Application context} \modulesynopsis{Application context.}
The \module{ZConfig} package uses the idea of an \dfn{application The \module{ZConfig} package uses the idea of an \dfn{application
context} to consolidate the connections between the different context} to consolidate the connections between the different
...@@ -373,7 +373,7 @@ implemented by the alternate parser. ...@@ -373,7 +373,7 @@ implemented by the alternate parser.
\section{\module{ZConfig.Config} --- Section objects} \section{\module{ZConfig.Config} --- Section objects}
\declaremodule{}{ZConfig.Config} \declaremodule{}{ZConfig.Config}
\modulesynopsis{Standard section objects} \modulesynopsis{Standard section objects.}
The \module{ZConfig.Config} module provides implementations of the The \module{ZConfig.Config} module provides implementations of the
...@@ -558,7 +558,7 @@ support this interface. ...@@ -558,7 +558,7 @@ support this interface.
\section{\module{ZConfig.Common} --- Exceptions} \section{\module{ZConfig.Common} --- Exceptions}
\declaremodule{}{ZConfig.Common} \declaremodule{}{ZConfig.Common}
\modulesynopsis{Exceptions} \modulesynopsis{Exceptions for ZConfig.}
\begin{excdesc}{ConfigurationError} \begin{excdesc}{ConfigurationError}
Base class for exceptions specific to the \module{ZConfig} package. Base class for exceptions specific to the \module{ZConfig} package.
...@@ -590,7 +590,7 @@ support this interface. ...@@ -590,7 +590,7 @@ support this interface.
\section{\module{ZConfig.ApacheStyle} --- Apache-style parser} \section{\module{ZConfig.ApacheStyle} --- Apache-style parser}
\declaremodule{}{ZConfig.ApacheStyle} \declaremodule{}{ZConfig.ApacheStyle}
\modulesynopsis{Parser for Apache-style configurations} \modulesynopsis{Parser for Apache-style configurations.}
The \module{ZConfig.ApacheStyle} module implements the configuration The \module{ZConfig.ApacheStyle} module implements the configuration
parser. Most applications will not need to use this module directly. parser. Most applications will not need to use this module directly.
...@@ -610,7 +610,7 @@ This module provides a single function: ...@@ -610,7 +610,7 @@ This module provides a single function:
\section{\module{ZConfig.Substitution} --- String substitution} \section{\module{ZConfig.Substitution} --- String substitution}
\declaremodule{}{ZConfig.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 This module provides a basic substitution facility similar to that
found in the Bourne shell (\program{sh} on most \UNIX{} platforms). found in the Bourne shell (\program{sh} on most \UNIX{} platforms).
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment