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

Skip to content

Commit 5232f50

Browse files
committed
SF bug: #921927: Fixed a typo/thinko spelling "parameter" as "paramter"
1 parent 91a968a commit 5232f50

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Doc/api/concrete.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Doc/doc/doc.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ \section{\LaTeX{} Primer \label{latex-primer}}
322322
\end{verbatim}
323323

324324
A macro which takes an optional parameter would be typed like this
325-
when the optional paramter is given:
325+
when the optional parameter is given:
326326

327327
\begin{verbatim}
328328
\name[optional]

0 commit comments

Comments
 (0)