10000 fix label · python/cpython@68c7e8b · GitHub
[go: up one dir, main page]

Skip to content

Commit 68c7e8b

Browse files
committed
fix label
1 parent 07cddea commit 68c7e8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/typing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1552,7 +1552,7 @@ These are not used in annotations. They are building blocks for creating generic
15521552

15531553
.. data:: AnyStr
15541554

1555-
``AnyStr`` is a :ref:`constrained type variable <_typing-constrained-typevar>` defined as
1555+
``AnyStr`` is a :ref:`constrained type variable <typing-constrained-typevar>` defined as
15561556
``AnyStr = TypeVar('AnyStr', str, bytes)``.
15571557

15581558
It is meant to be used for functions that may accept any kind of string

0 commit comments

Comments
 (0)
0