Skip to content

Commit

Permalink
Typo: "descrition" --> "description"
Browse files Browse the repository at this point in the history
Add reference to the documentation for the Python documentation markup.

Fixed up a couple of descriptions.

This closes SF bug #430627.
  • Loading branch information
freddrake committed Jun 6, 2001
1 parent 9ccc0df commit 2a9bda9
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions Doc/templates/module.tex
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
% Template for a library manual section.
% PLEASE REMOVE THE COMMENTS AFTER USING THE TEMPLATE
%
% Complete documentation on the extended LaTeX markup used for Python
% documentation is available in ``Documenting Python'', which is part
% of the standard documentation for Python. It may be found online
% at:
%
% http://www.python.org/doc/current/doc/doc.html

% ==== 0. ====
% Copy this file to <mydir>/lib<mymodule>.tex, and edit that file
Expand All @@ -13,7 +20,7 @@
% appropriate.

\section{\module{spam} ---
Short descrition, for section title}
Short description, for section title and table of contents}

% Choose one of these to specify the module module name. If there's
% an underscore in the name, use
Expand All @@ -31,9 +38,9 @@ \section{\module{spam} ---
% Please use a name that has already been used whenever applicable. If this
% is omitted, no availability statement is produced or implied.
%
% \platform{UNIX}
% \platform{Unix}

% These apply to all modules:
% These apply to all modules, and may be given more than once:

\moduleauthor{name}{email} % Author of the module code;
% omit if not known.
Expand Down

0 comments on commit 2a9bda9

Please sign in to comment.