Skip to content

Commit 4c8e818

Browse files
committed
Finish up news entry corrections
1 parent b03891f commit 4c8e818

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
When registering a callable to :func:`functools.singledispatch`
22
or :func:`functools.singledispatchmethod` via a type annotation,
33
it is now validated that the first proper positional parameter is annotated.
4-
Before, a callable could be registered based on its return type
5-
annotation or based on an irrelevant parameter type annotation. Patch by Bartosz Sławecki.
4+
Previously, a callable could be registered based on its return type
5+
annotation or an irrelevant parameter type annotation. Patch by Bartosz Sławecki.

0 commit comments

Comments
 (0)