]> granicus.if.org Git - python/commitdiff
SF bug: #921927: Fixed a typo/thinko spelling "parameter" as "paramter"
authorRaymond Hettinger <python@rcn.com>
Thu, 25 Mar 2004 08:51:36 +0000 (08:51 +0000)
committerRaymond Hettinger <python@rcn.com>
Thu, 25 Mar 2004 08:51:36 +0000 (08:51 +0000)
Doc/api/concrete.tex
Doc/doc/doc.tex

index 43180ccb5fa36203d9bf2ff28a811b0b0c16b2b7..e60252878c45f2cff6f807971d8ae5e06609745c 100644 (file)
@@ -2462,7 +2462,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
@@ -2477,7 +2477,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
index dddb9a973888d2947ecc4a61924492540eb74f85..e7aa0b2552bc9b9543e89acb2b688f9db67b76a6 100644 (file)
@@ -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]