mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
merge with 3.3
This commit is contained in:
commit
9c45050300
1 changed files with 3 additions and 1 deletions
|
@ -378,7 +378,9 @@ There are also many different operations you might want to perform on sound data
|
|||
(such as mixing, adding echo, applying an equalizer function, creating an
|
||||
artificial stereo effect), so in addition you will be writing a never-ending
|
||||
stream of modules to perform these operations. Here's a possible structure for
|
||||
your package (expressed in terms of a hierarchical filesystem)::
|
||||
your package (expressed in terms of a hierarchical filesystem):
|
||||
|
||||
.. code-block:: text
|
||||
|
||||
sound/ Top-level package
|
||||
__init__.py Initialize the sound package
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue