This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author penguin_wwy
Recipients Dennis Sweeney, JelleZijlstra, corona10, gvanrossum, kj, penguin_wwy
Date 2022-03-20.15:43:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1647790983.83.0.0947134719089.issue47067@roundup.psfhosted.org>
In-reply-to
Content
There is a small problem with the example:

```
d = dict[int]
```

should

```
d = dict[str, int]
```
History
Date User Action Args
2022-03-20 15:43:03penguin_wwysetrecipients: + penguin_wwy, gvanrossum, JelleZijlstra, corona10, Dennis Sweeney, kj
2022-03-20 15:43:03penguin_wwysetmessageid: <1647790983.83.0.0947134719089.issue47067@roundup.psfhosted.org>
2022-03-20 15:43:03penguin_wwylinkissue47067 messages
2022-03-20 15:43:03penguin_wwycreate