Docs: changed description of the length parameter
Fixes #134117 Pull Request: https://projects.blender.org/blender/blender/pulls/135958
This commit is contained in:
committed by
Aaron Carlisle
parent
18d82c5164
commit
8ffe7e6ae1
2
extern/audaspace/bindings/python/PySound.cpp
vendored
2
extern/audaspace/bindings/python/PySound.cpp
vendored
@@ -1923,7 +1923,7 @@ Sound_get_specs(Sound* self, void* nothing)
|
||||
}
|
||||
|
||||
PyDoc_STRVAR(M_aud_Sound_length_doc,
|
||||
"The sample specification of the sound as a tuple with rate and channel count.");
|
||||
"The length attribute returns the duration of the sound in seconds.");
|
||||
|
||||
static PyObject *
|
||||
Sound_get_length(Sound* self, void* nothing)
|
||||
|
||||
Reference in New Issue
Block a user