diff --git a/docs/source/error_code_list.rst b/docs/source/error_code_list.rst index 9c9be815ad74..2556f59c132c 100644 --- a/docs/source/error_code_list.rst +++ b/docs/source/error_code_list.rst @@ -1149,7 +1149,8 @@ types you expect. See :ref:`overloading ` for more explanation. -.. _code-annotation-unchecked: + +.. _code-overloaded-function-matching: Check error code of overload function signature match -------------------------------------------------------------------------- @@ -1168,6 +1169,8 @@ Check error code of overload function signature match def process(response1,response2)-> Union[float,int]: return response1 + response2 +.. _code-annotation-unchecked: + Notify about an annotation in an unchecked function [annotation-unchecked] --------------------------------------------------------------------------