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
\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 @@ The main \module{ZConfig} package exports two convenience functions:
\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 @@ implemented by the alternate parser.
\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 @@ support this interface.
\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 @@ support this interface.
\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 @@ This module provides a single function:
\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).
......
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