Skip to content

Commit ae26300

Browse files
committed
Whatsnew: Clarify wording
1 parent e46f1d7 commit ae26300

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/whatsnew/3.8.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ Vectorcall: a fast calling protocol for CPython
244244
The "vectorcall" protocol is added to the Python/C API.
245245
It is meant to formalize existing optimizations which were already done
246246
for various classes.
247-
Any extension type implementing callables can use this protocol.
247+
Any extension type implementing a callable can use this protocol.
248248

249249
This is currently provisional,
250250
the aim is to make it fully public in Python 3.9.

0 commit comments

Comments
 (0)