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
dc40904a
Commit
dc40904a
authored
Apr 02, 1998
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Hyphenate "built-in" for consistency.
parent
da70ee1f
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
Doc/ext.tex
Doc/ext.tex
+1
-1
Doc/ext/ext.tex
Doc/ext/ext.tex
+1
-1
Doc/lib/liblocale.tex
Doc/lib/liblocale.tex
+1
-1
Doc/liblocale.tex
Doc/liblocale.tex
+1
-1
No files found.
Doc/ext.tex
View file @
dc40904a
...
...
@@ -134,7 +134,7 @@ passed to the \C{} function. The \C{} function always has two arguments,
conventionally named
\var
{
self
}
and
\var
{
args
}
.
The
\var
{
self
}
argument is only used when the
\C
{}
function implements a
builtin method. This will be discussed later. In the example,
built
-
in method. This will be discussed later. In the example,
\var
{
self
}
will always be a
\NULL
{}
pointer, since we are defining
a function, not a method. (This is done so that the interpreter
doesn't have to understand two different types of
\C
{}
functions.)
...
...
Doc/ext/ext.tex
View file @
dc40904a
...
...
@@ -134,7 +134,7 @@ passed to the \C{} function. The \C{} function always has two arguments,
conventionally named
\var
{
self
}
and
\var
{
args
}
.
The
\var
{
self
}
argument is only used when the
\C
{}
function implements a
builtin method. This will be discussed later. In the example,
built
-
in method. This will be discussed later. In the example,
\var
{
self
}
will always be a
\NULL
{}
pointer, since we are defining
a function, not a method. (This is done so that the interpreter
doesn't have to understand two different types of
\C
{}
functions.)
...
...
Doc/lib/liblocale.tex
View file @
dc40904a
...
...
@@ -102,7 +102,7 @@ collates before or after \var{string2} or is equal to it.
\end{funcdesc}
\begin{funcdesc}
{
strxfrm
}{
string
}
Transforms a string to one that can be used for the builtin function
Transforms a string to one that can be used for the built
-
in function
\function
{
cmp()
}
\bifuncindex
{
cmp
}
, and still returns locale-aware
results. This function can be used when the same string is compared
repeatedly, e.g. when collating a sequence of strings.
...
...
Doc/liblocale.tex
View file @
dc40904a
...
...
@@ -102,7 +102,7 @@ collates before or after \var{string2} or is equal to it.
\end{funcdesc}
\begin{funcdesc}
{
strxfrm
}{
string
}
Transforms a string to one that can be used for the builtin function
Transforms a string to one that can be used for the built
-
in function
\function
{
cmp()
}
\bifuncindex
{
cmp
}
, and still returns locale-aware
results. This function can be used when the same string is compared
repeatedly, e.g. when collating a sequence of strings.
...
...
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