diff options
author | Raymond Hettinger <python@rcn.com> | 2004-03-25 08:51:36 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2004-03-25 08:51:36 (GMT) |
commit | 5232f50b19b727a8a6aa445919bffe7a6bbb2e5c (patch) | |
tree | aaa8fa37c30792e11f4c78210cc2a03a8809bf11 /Doc/doc | |
parent | 91a968af7640348d92011e305127d5968958aff4 (diff) | |
download | cpython-5232f50b19b727a8a6aa445919bffe7a6bbb2e5c.zip cpython-5232f50b19b727a8a6aa445919bffe7a6bbb2e5c.tar.gz cpython-5232f50b19b727a8a6aa445919bffe7a6bbb2e5c.tar.bz2 |
SF bug: #921927: Fixed a typo/thinko spelling "parameter" as "paramter"
Diffstat (limited to 'Doc/doc')
-rw-r--r-- | Doc/doc/doc.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/doc/doc.tex b/Doc/doc/doc.tex index dddb9a9..e7aa0b2 100644 --- a/Doc/doc/doc.tex +++ b/Doc/doc/doc.tex @@ -322,7 +322,7 @@ Still more text. \end{verbatim} A macro which takes an optional parameter would be typed like this - when the optional paramter is given: + when the optional parameter is given: \begin{verbatim} \name[optional] |