Skip to content

Commit

Permalink
updated docs post check doc build
Browse files Browse the repository at this point in the history
  • Loading branch information
katconnors committed Jul 26, 2024
1 parent 85ea18b commit 243f3df
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/source/error_code_list.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1149,7 +1149,8 @@ types you expect.

See :ref:`overloading <function-overloading>` for more explanation.

.. _code-annotation-unchecked:

.. _code-overloaded-function-matching:

Check error code of overload function signature match
--------------------------------------------------------------------------
Expand All @@ -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]
--------------------------------------------------------------------------

Expand Down

0 comments on commit 243f3df

Please sign in to comment.