mirror of
https://github.com/python/cpython.git
synced 2025-11-25 12:44:13 +00:00
gh-107422: Remove outdated TypedDict example from typing docs (#107436)
This commit is contained in:
parent
d0dcd27d3a
commit
89fd4f4a3f
1 changed files with 0 additions and 3 deletions
|
|
@ -2329,9 +2329,6 @@ types.
|
|||
|
||||
class XZ(X, Z): pass # raises TypeError
|
||||
|
||||
T = TypeVar('T')
|
||||
class XT(X, Generic[T]): pass # raises TypeError
|
||||
|
||||
A ``TypedDict`` can be generic::
|
||||
|
||||
class Group[T](TypedDict):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue