Docs: changed description of the length parameter

Fixes #134117

Pull Request: https://projects.blender.org/blender/blender/pulls/135958
This commit is contained in:
phantomsoldierking
2025-03-14 21:45:18 +01:00
committed by Aaron Carlisle
parent 18d82c5164
commit 8ffe7e6ae1

View File

@@ -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)