API Docs: Fix broken url markup

This commit is contained in:
Aaron Carlisle 2020-05-11 21:35:33 -04:00
parent 8956e9e5f6
commit 5852f97dc2
1 changed files with 1 additions and 1 deletions

View File

@ -512,7 +512,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):