From ee9d553f3d1a044959e15ae965a9f4736d19b9b2 Mon Sep 17 00:00:00 2001 From: "Chidozie Ononiwu (His Righteousness)" <31145988+chidozieononiwu@users.noreply.github.com> Date: Mon, 20 Sep 2021 11:15:59 -0700 Subject: [PATCH] Fix broken anchor tags (#20751) --- doc/dev/docstring_typehint.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/dev/docstring_typehint.md b/doc/dev/docstring_typehint.md index 0df46f8b3345..6cec472d8b61 100644 --- a/doc/dev/docstring_typehint.md +++ b/doc/dev/docstring_typehint.md @@ -4,7 +4,7 @@ All public methods should have docstrings to document the parameters, keywords, * [Docstrings](#docstrings) * [Method Docstrings](#method_docstrings) - * [Model and Client Docstrings](#model_and_Client_Docstrings) + * [Model and Client Docstrings](#model_and_client_docstrings) * [Type Hints](#type_hints) * [Type Hints for Python 2.7 and 3.5+](#type_hints_for_python_2.7_and_3.5+) * [Type Hints for Python 3.5+](#type_hints_for_python_3.5+)