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
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2020-05-12 05:53:48 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-05-12 05:53:48 +0300
commit9947b1fda69ccc4f6fd2310d5ce603dc32a55a94 (patch)
tree9f22816a90364086d2c35eb8c1a23bb9fb7f96e6 /doc/python_api/sphinx_doc_gen.py
parent1e12468b84d23e690eab0f5434d894e945694305 (diff)
parent8770f3530592d8fa7fea52a37666c2680d553d3a (diff)
Merge branch 'blender-v2.83-release'
Diffstat (limited to 'doc/python_api/sphinx_doc_gen.py')
-rw-r--r--doc/python_api/sphinx_doc_gen.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/python_api/sphinx_doc_gen.py b/doc/python_api/sphinx_doc_gen.py
index 6207ca6753e..4780fe389cf 100644
--- a/doc/python_api/sphinx_doc_gen.py
+++ b/doc/python_api/sphinx_doc_gen.py
@@ -517,7 +517,7 @@ def is_struct_seq(value):
def undocumented_message(module_name, type_name, identifier):
- return "Undocumented `contribute <https://developer.blender.org/T51061>`"
+ return "Undocumented, consider `contributing <https://developer.blender.org/T51061>`__."
def range_str(val):