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
path: root/intern
diff options
context:
space:
mode:
authorAaron Carlisle <carlisle.b3d@gmail.com>2018-03-22 23:28:28 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2018-03-22 23:38:53 +0300
commit150ad2238c913d3540119995131f055f5527ba55 (patch)
tree963a4406016f1fec85d34c5f0cf67c25a88bb71c /intern
parent897a21e6a34513e70af2dc452fa704643f91e796 (diff)
PyDocs: Fix link syntax
Diffstat (limited to 'intern')
-rw-r--r--intern/audaspace/Python/AUD_PyAPI.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/audaspace/Python/AUD_PyAPI.cpp b/intern/audaspace/Python/AUD_PyAPI.cpp
index 6d4939bf96c..7a3d649e162 100644
--- a/intern/audaspace/Python/AUD_PyAPI.cpp
+++ b/intern/audaspace/Python/AUD_PyAPI.cpp
@@ -2698,7 +2698,7 @@ Device_set_doppler_factor(Device *self, PyObject *args, void* nothing)
PyDoc_STRVAR(M_aud_Device_distance_model_doc,
"The distance model of the device.\n\n"
- ".. seealso:: `OpenAL documentation <https://www.openal.org/documentation>`");
+ ".. seealso:: `OpenAL documentation <https://www.openal.org/documentation>`__");
static PyObject *
Device_get_distance_model(Device *self, void* nothing)