@@ -2462,7 +2462,7 @@ \subsection{Weak Reference Objects \label{weakref-objects}}
24622462 object; an existing reference object may be returned. The second
24632463 parameter, \var {callback}, can be a callable object that receives
24642464 notification when \var {ob} is garbage collected; it should accept a
2465- single paramter , which will be the weak reference object itself.
2465+ single parameter , which will be the weak reference object itself.
24662466 \var {callback} may also be \code {None} or \NULL . If \var {ob}
24672467 is not a weakly-referencable object, or if \var {callback} is not
24682468 callable, \code {None}, or \NULL , this will return \NULL {} and
@@ -2477,7 +2477,7 @@ \subsection{Weak Reference Objects \label{weakref-objects}}
24772477 a new object; an existing proxy object may be returned. The second
24782478 parameter, \var {callback}, can be a callable object that receives
24792479 notification when \var {ob} is garbage collected; it should accept a
2480- single paramter , which will be the weak reference object itself.
2480+ single parameter , which will be the weak reference object itself.
24812481 \var {callback} may also be \code {None} or \NULL . If \var {ob} is not
24822482 a weakly-referencable object, or if \var {callback} is not callable,
24832483 \code {None}, or \NULL , this will return \NULL {} and raise
0 commit comments