Skip to content
Merged
Prev Previous commit
Next Next commit
Minor adjustment of What's New wording
  • Loading branch information
Erlend E. Aasland committed Jul 6, 2021
commit 634d1d9625a5aa4704511a2c8b01c9aabe1895c9
4 changes: 2 additions & 2 deletions Doc/whatsnew/3.11.rst
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,8 @@ Porting to Python 3.11
(:c:member:`PyTypeObject.tp_traverse`).
(Contributed by Victor Stinner in :issue:`44263`.)

* Types with the :const:`Py_TPFLAGS_IMMUTABLETYPE` flag set can now implement
the :pep:`590` vectorcall protocol. Previously, this was only available for
* Types with the :const:`Py_TPFLAGS_IMMUTABLETYPE` flag can now implement the
:pep:`590` vectorcall protocol. Previously, this was only available for
:ref:`static types <static-types>`.
(Contributed by Erlend E. Aasland in :issue:`43908`)

Expand Down