[Bf-blender-cvs] [150ad2238c9] master: PyDocs: Fix link syntax

Aaron Carlisle noreply at git.blender.org
Thu Mar 22 21:39:35 CET 2018


Commit: 150ad2238c913d3540119995131f055f5527ba55
Author: Aaron Carlisle
Date:   Thu Mar 22 16:28:28 2018 -0400
Branches: master
https://developer.blender.org/rB150ad2238c913d3540119995131f055f5527ba55

PyDocs: Fix link syntax

===================================================================

M	intern/audaspace/Python/AUD_PyAPI.cpp

===================================================================

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)



More information about the Bf-blender-cvs mailing list