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
be30c6b9
Commit
be30c6b9
authored
Jan 25, 2001
by
Tim Peters
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
New info in beep() docstring.
parent
cd804108
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
PC/winsound.c
PC/winsound.c
+4
-1
No files found.
PC/winsound.c
View file @
be30c6b9
...
...
@@ -49,7 +49,10 @@ static char sound_beep_doc[] =
"
\n
"
"The frequency argument specifies frequency, in hertz, of the sound.
\n
"
"This parameter must be in the range 37 through 32,767 (0x25 through 0x7FFF).
\n
"
"The duration argument specifies the number of milli-seconds.
\n
"
;
"The duration argument specifies the number of milli-seconds.
\n
"
"Note: Under Windows 95 and 98, the arguments are ignored; if the system
\n
"
"has a sound card, the system default sound is played; else (no sound card)
\n
"
"the standard system beep.
\n
"
;
static
char
sound_module_doc
[]
=
"PlaySound(sound, flags) - play a sound
\n
"
...
...
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