Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2011-06-27 11:44:59 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-06-27 11:44:59 +0400
commit93bb6238e0c6b7ea008776f4e1c3958ef5382c09 (patch)
treedbcb808a51fb7541467431543fdf84dfe3ed2dd7 /doc/python_api/examples/aud.py
parent9dbec62bc01ac0977d41be6e7e9b866450b92ebf (diff)
remove some unused flags and correct aud example heading
Diffstat (limited to 'doc/python_api/examples/aud.py')
-rw-r--r--doc/python_api/examples/aud.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/python_api/examples/aud.py b/doc/python_api/examples/aud.py
index a7f0bf9fbab..e41e8214cc0 100644
--- a/doc/python_api/examples/aud.py
+++ b/doc/python_api/examples/aud.py
@@ -1,6 +1,6 @@
"""
Basic Sound Playback
-++++++++++++++++++++++
+++++++++++++++++++++
This script shows how to use the classes: :class:`Device`, :class:`Factory` and
:class:`Handle`.
"""