From c810d1413df7b792ed3dd1e61be2234b95459170 Mon Sep 17 00:00:00 2001 From: Nathan Burnham Date: Wed, 12 Jun 2024 12:48:12 +0000 Subject: [PATCH] PyAPI Doc: fix doc gen warning wrt loadLeftHrtfSet Pull Request: https://projects.blender.org/blender/blender/pulls/123147 --- extern/audaspace/bindings/python/PyHRTF.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extern/audaspace/bindings/python/PyHRTF.cpp b/extern/audaspace/bindings/python/PyHRTF.cpp index 38c0c8f7308..04748c5199e 100644 --- a/extern/audaspace/bindings/python/PyHRTF.cpp +++ b/extern/audaspace/bindings/python/PyHRTF.cpp @@ -125,7 +125,7 @@ HRTF_loadLeftHrtfSet(PyTypeObject* type, PyObject* args) } PyDoc_STRVAR(M_aud_HRTF_loadRightHrtfSet_doc, - ".. method:: loadLeftHrtfSet(extension, directory)\n\n" + ".. method:: loadRightHrtfSet(extension, directory)\n\n" " Loads all HRTFs from a directory.\n\n" " :arg extension: The file extension of the hrtfs.\n" " :type extension: string\n"