Skip to content

Commit 87db184

Browse files
authored
Address review
1 parent 69ac3c2 commit 87db184

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/typing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2551,8 +2551,8 @@ types.
25512551

25522552
This functional syntax allows defining keys which are not valid
25532553
: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::
2554+
keywords or contain hyphens, or when key names must not be
2555+
:ref:`mangled <private-name-mangling>` like regular private names::
25562556

25572557
# raises SyntaxError
25582558
class Point2D(TypedDict):

0 commit comments

Comments
 (0)