From 7c286962e3be60b3ad03134f01a03c0f9e23ceec Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Thu, 25 Mar 2004 08:55:58 +0000 Subject: [PATCH] SF bug #921927: Fixed a typo/thinko spelling "parameter" as "paramter" --- Doc/api/concrete.tex | 4 ++-- Doc/doc/doc.tex | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Doc/api/concrete.tex b/Doc/api/concrete.tex index 2c9a5853bc7d..ad36b43c1287 100644 --- a/Doc/api/concrete.tex +++ b/Doc/api/concrete.tex @@ -2434,7 +2434,7 @@ acts as a proxy for the original object as much as it can. object; an existing reference object may be returned. The second parameter, \var{callback}, can be a callable object that receives notification when \var{ob} is garbage collected; it should accept a - single paramter, which will be the weak reference object itself. + single parameter, which will be the weak reference object itself. \var{callback} may also be \code{None} or \NULL. If \var{ob} is not a weakly-referencable object, or if \var{callback} is not callable, \code{None}, or \NULL, this will return \NULL{} and @@ -2449,7 +2449,7 @@ acts as a proxy for the original object as much as it can. a new object; an existing proxy object may be returned. The second parameter, \var{callback}, can be a callable object that receives notification when \var{ob} is garbage collected; it should accept a - single paramter, which will be the weak reference object itself. + single parameter, which will be the weak reference object itself. \var{callback} may also be \code{None} or \NULL. If \var{ob} is not a weakly-referencable object, or if \var{callback} is not callable, \code{None}, or \NULL, this will return \NULL{} and raise diff --git a/Doc/doc/doc.tex b/Doc/doc/doc.tex index 2edaadd389ec..6aa121d78406 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] -- 2.47.3