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 69ac3c2 commit 87db184Copy full SHA for 87db184
Doc/library/typing.rst
@@ -2551,8 +2551,8 @@ types.
2551
2552
This functional syntax allows defining keys which are not valid
2553
:ref:`identifiers <identifiers>`, for example because they are
2554
- keywords or contain hyphens, or when key names must not be mangled
2555
- like regular private names::
+ keywords or contain hyphens, or when key names must not be
+ :ref:`mangled <private-name-mangling>` like regular private names::
2556
2557
# raises SyntaxError
2558
class Point2D(TypedDict):
0 commit comments