diff options
author | Julien Palard <julien@palard.fr> | 2020-12-16 15:22:19 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-16 15:22:19 (GMT) |
commit | 37caeb172b1d51340c1b0db9c4c75f138bda6537 (patch) | |
tree | 8bbfe98e209ba8ea3aa14880dc51932c27281049 /Misc | |
parent | fcc6935384b933fbe1a1ef659ed455a3b74c849a (diff) | |
download | cpython-37caeb172b1d51340c1b0db9c4c75f138bda6537.zip cpython-37caeb172b1d51340c1b0db9c4c75f138bda6537.tar.gz cpython-37caeb172b1d51340c1b0db9c4c75f138bda6537.tar.bz2 |
Fix reStructuredText typo in NEWS.d. (GH-23800)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2020-11-20-00-57-47.bpo-42195.HeqcpS.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2020-11-20-00-57-47.bpo-42195.HeqcpS.rst b/Misc/NEWS.d/next/Core and Builtins/2020-11-20-00-57-47.bpo-42195.HeqcpS.rst index ac52a00..fec4b7f 100644 --- a/Misc/NEWS.d/next/Core and Builtins/2020-11-20-00-57-47.bpo-42195.HeqcpS.rst +++ b/Misc/NEWS.d/next/Core and Builtins/2020-11-20-00-57-47.bpo-42195.HeqcpS.rst @@ -6,6 +6,6 @@ for :class:`collections.abc.Callable` are now flattened while ``collections.abc.Callable``'s ``__class_getitem__`` will now return a subclass of ``types.GenericAlias``. Tests for typing were also updated to not subclass things like ``Callable[..., T]`` as that is not a valid base class. Finally, -both ``Callable``s no longer validate their ``argtypes``, in +both ``Callable``\ s no longer validate their ``argtypes``, in ``Callable[[argtypes], resulttype]`` to prepare for :pep:`612`. Patch by Ken Jin. |