Skip to content

Commit 5bccce1

Browse files
authored
Fix tenses in news entry
1 parent 62082cd commit 5bccce1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Previously, :class:`~typing.Protocol` classes that were not decorated with :deco:`~typing.runtime_checkable`,
2-
but that inherit from another ``Protocol`` class that does have this decorator, could be used in :func:`isinstance`
2+
but that inherited from another ``Protocol`` class that did have this decorator, could be used in :func:`isinstance`
33
and :func:`issubclass` checks. This behavior is now deprecated and such checks will throw a :exc:`TypeError`
44
in Python 3.20. Patch by Bartosz Sławecki.

0 commit comments

Comments
 (0)