10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07cddea commit 68c7e8bCopy full SHA for 68c7e8b
Doc/library/typing.rst
@@ -1552,7 +1552,7 @@ These are not used in annotations. They are building blocks for creating generic
1552
1553
.. data:: AnyStr
1554
1555
- ``AnyStr`` is a :ref:`constrained type variable <_typing-constrained-typevar>` defined as
+ ``AnyStr`` is a :ref:`constrained type variable <typing-constrained-typevar>` defined as
1556
``AnyStr = TypeVar('AnyStr', str, bytes)``.
1557
1558
It is meant to be used for functions that may accept any kind of string
0 commit comments