PEP 726: fix type of sys.modules (#3642)

This commit is contained in:
Sergey B Kirpichev 2024-02-09 03:58:24 +03:00 committed by GitHub
parent dccf12ae3b
commit a75631e0d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ Discussion
As pointed out by Victor Stinner, the proposed API could be useful already in As pointed out by Victor Stinner, the proposed API could be useful already in
the stdlib, for example to ensure that :py:obj:`sys.modules` type is always a the stdlib, for example to ensure that :py:obj:`sys.modules` type is always a
list: :py:class:`dict`:
.. code:: pycon .. code:: pycon