summaryrefslogtreecommitdiffstats
path: root/Doc/templates/module.tex
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2005-01-01 00:28:46 (GMT)
committerRaymond Hettinger <python@rcn.com>2005-01-01 00:28:46 (GMT)
commit68804315e0f2fe567e62c7023bc87ee358a480e7 (patch)
treeb3bd8d536221d63b6a7033fa0fcb10071f564001 /Doc/templates/module.tex
parentf871d833dd2a99d93ebdc4aa4cc07bd4afe9be61 (diff)
downloadcpython-68804315e0f2fe567e62c7023bc87ee358a480e7.zip
cpython-68804315e0f2fe567e62c7023bc87ee358a480e7.tar.gz
cpython-68804315e0f2fe567e62c7023bc87ee358a480e7.tar.bz2
SF Patch #1093896: miscellaneous doc typos
Diffstat (limited to 'Doc/templates/module.tex')
-rw-r--r--Doc/templates/module.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/templates/module.tex b/Doc/templates/module.tex
index 1a0117d..69e1b12 100644
--- a/Doc/templates/module.tex
+++ b/Doc/templates/module.tex
@@ -50,7 +50,7 @@
% Leave at least one blank line after this, to simplify ad-hoc tools
% that are sometimes used to massage these files.
-\modulesynopsis{This is a one-line descrition, for the chapter header.}
+\modulesynopsis{This is a one-line description, for the chapter header.}
% ==== 2. ====
@@ -110,7 +110,7 @@ once the \function{open()} function has been called.
% Exceptions are described using a ``excdesc'' block. This has only
% one parameter: the exception name. Exceptions defined as classes in
% the source code should be documented using this environment, but
-% constructor parameters must be ommitted.
+% constructor parameters must be omitted.
\begin{excdesc}{error}
Exception raised when an operation fails for a Spam specific reason.