Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
5232f50b
Commit
5232f50b
authored
20 years ago
by
Raymond Hettinger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SF bug: #921927: Fixed a typo/thinko spelling "parameter" as "paramter"
parent
91a968af
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
Doc/api/concrete.tex
Doc/api/concrete.tex
+2
-2
Doc/doc/doc.tex
Doc/doc/doc.tex
+1
-1
No files found.
Doc/api/concrete.tex
View file @
5232f50b
...
...
@@ -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 param
e
ter, 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 param
e
ter, 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
...
...
This diff is collapsed.
Click to expand it.
Doc/doc/doc.tex
View file @
5232f50b
...
...
@@ -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 param
e
ter is given:
\begin{verbatim}
\name
[optional]
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment