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
ff294fea
Commit
ff294fea
authored
Dec 07, 2003
by
Raymond Hettinger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SF patch #855195: fix typos
(Contributed by George Yoshida.)
parent
e180307c
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
3 deletions
+4
-3
Doc/lib/libbsddb.tex
Doc/lib/libbsddb.tex
+1
-1
Doc/lib/libcurses.tex
Doc/lib/libcurses.tex
+1
-1
Doc/lib/libfcntl.tex
Doc/lib/libfcntl.tex
+1
-1
Doc/lib/libitertools.tex
Doc/lib/libitertools.tex
+1
-0
No files found.
Doc/lib/libbsddb.tex
View file @
ff294fea
...
...
@@ -191,7 +191,7 @@ Example:
7 49
8 64
9 81
>>>
8
in db
>>>
'8'
in db
True
>>> db.sync()
0
...
...
Doc/lib/libcurses.tex
View file @
ff294fea
...
...
@@ -362,7 +362,7 @@ Leave cbreak mode. Return to normal ``cooked'' mode with line buffering.
\end{funcdesc}
\begin{funcdesc}
{
noecho
}{}
Leave echo mode. Echoing of input characters is turned off
,
Leave echo mode. Echoing of input characters is turned off
.
\end{funcdesc}
\begin{funcdesc}
{
nonl
}{}
...
...
Doc/lib/libfcntl.tex
View file @
ff294fea
...
...
@@ -87,7 +87,7 @@ The module defines the following functions:
An example:
\begin{verbatim}
>>> import array, f
nc
tl, struct, termios, os
>>> import array, f
cn
tl, struct, termios, os
>>> os.getpgrp()
13341
>>> struct.unpack('h', fcntl.ioctl(0, termios.TIOCGPGRP, " "))[0]
...
...
Doc/lib/libitertools.tex
View file @
ff294fea
...
...
@@ -76,6 +76,7 @@ by functions or loops that truncate the stream.
\begin{funcdesc}
{
count
}{
\optional
{
n
}}
Make an iterator that returns consecutive integers starting with
\var
{
n
}
.
If not specified
\var
{
n
}
defaults to zero.
Does not currently support python long integers. Often used as an
argument to
\function
{
imap()
}
to generate consecutive data points.
Also, used with
\function
{
izip()
}
to add sequence numbers. Equivalent to:
...
...
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