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
1c789bba
Commit
1c789bba
authored
Jul 14, 2003
by
Raymond Hettinger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix unbalanced parenthesis in text.
parent
06fe8aab
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Doc/lib/libal.tex
Doc/lib/libal.tex
+1
-1
Doc/lib/libcurses.tex
Doc/lib/libcurses.tex
+1
-1
No files found.
Doc/lib/libal.tex
View file @
1c789bba
...
...
@@ -62,7 +62,7 @@ list such as returned by \function{queryparams()}.
\subsection
{
Configuration Objects
\label
{
al-config-objects
}}
Configuration objects
(
returned by
\function
{
newconfig()
}
have the
Configuration objects returned by
\function
{
newconfig()
}
have the
following methods:
\begin{methoddesc}
[audio configuration]
{
getqueuesize
}{}
...
...
Doc/lib/libcurses.tex
View file @
1c789bba
...
...
@@ -997,7 +997,7 @@ the window.
\begin{methoddesc}
[window]
{
timeout
}{
delay
}
Sets blocking or non-blocking read behavior for the window. If
\var
{
delay
}
is negative, blocking read is used
,
which will wait
\var
{
delay
}
is negative, blocking read is used
(
which will wait
indefinitely for input). If
\var
{
delay
}
is zero, then non-blocking
read is used, and -1 will be returned by
\method
{
getch()
}
if no input
is waiting. If
\var
{
delay
}
is positive, then
\method
{
getch()
}
will
...
...
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