Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2a9bda9

Browse files
committed
Typo: "descrition" --> "description"
Add reference to the documentation for the Python documentation markup. Fixed up a couple of descriptions. This closes SF bug #430627.
1 parent 9ccc0df commit 2a9bda9

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

Doc/templates/module.tex

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
% Template for a library manual section.
22
% PLEASE REMOVE THE COMMENTS AFTER USING THE TEMPLATE
3+
%
4+
% Complete documentation on the extended LaTeX markup used for Python
5+
% documentation is available in ``Documenting Python'', which is part
6+
% of the standard documentation for Python. It may be found online
7+
% at:
8+
%
9+
% http://www.python.org/doc/current/doc/doc.html
310

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

1522
\section{\module{spam} ---
16-
Short descrition, for section title}
23+
Short description, for section title and table of contents}
1724

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

36-
% These apply to all modules:
43+
% These apply to all modules, and may be given more than once:
3744

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

0 commit comments

Comments
 (0)