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:
Diffstat (limited to 'source/blender/python/api2_2x/doc/Sound.py')
-rw-r--r--source/blender/python/api2_2x/doc/Sound.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/python/api2_2x/doc/Sound.py b/source/blender/python/api2_2x/doc/Sound.py
index 6cc72f471cf..0e262663bd8 100644
--- a/source/blender/python/api2_2x/doc/Sound.py
+++ b/source/blender/python/api2_2x/doc/Sound.py
@@ -44,8 +44,8 @@ class Sound:
The Sound object
================
This object gives access to Sounds in Blender.
- @cvar name: The name of this Sound object.
- @cvar filename: The filename (path) to the sound file loaded into this Sound
+ @ivar name: The name of this Sound object.
+ @ivar filename: The filename (path) to the sound file loaded into this Sound
object.
"""