From 5852f97dc245f77a08da1e5dcea13464f25ece2c Mon Sep 17 00:00:00 2001 From: Aaron Carlisle Date: Mon, 11 May 2020 21:35:33 -0400 Subject: API Docs: Fix broken url markup --- doc/python_api/sphinx_doc_gen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/python_api/sphinx_doc_gen.py b/doc/python_api/sphinx_doc_gen.py index ee91bbc64b1..84a5af8b11e 100644 --- a/doc/python_api/sphinx_doc_gen.py +++ b/doc/python_api/sphinx_doc_gen.py @@ -512,7 +512,7 @@ def is_struct_seq(value): def undocumented_message(module_name, type_name, identifier): - return "Undocumented `contribute `" + return "Undocumented, consider `contributing `__." def range_str(val): -- cgit v1.2.3