Skip to content

Commit 37caeb1

Browse files
authored
Fix reStructuredText typo in NEWS.d. (GH-23800)
1 parent fcc6935 commit 37caeb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Misc/NEWS.d/next/Core and Builtins/2020-11-20-00-57-47.bpo-42195.HeqcpS.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ for :class:`collections.abc.Callable` are now flattened while
66
``collections.abc.Callable``'s ``__class_getitem__`` will now return a subclass
77
of ``types.GenericAlias``. Tests for typing were also updated to not subclass
88
things like ``Callable[..., T]`` as that is not a valid base class. Finally,
9-
both ``Callable``s no longer validate their ``argtypes``, in
9+
both ``Callable``\ s no longer validate their ``argtypes``, in
1010
``Callable[[argtypes], resulttype]`` to prepare for :pep:`612`. Patch by Ken Jin.
1111

0 commit comments

Comments
 (0)