mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Fix typo in whatsnew/3.6.rst
This commit is contained in:
parent
16cd909daa
commit
e807e892ed
1 changed files with 1 additions and 1 deletions
|
@ -560,7 +560,7 @@ Build and C API Changes
|
|||
* :c:func:`PyArg_ParseTupleAndKeywords` now supports :ref:`positional-only
|
||||
parameters <positional-only_parameter>`. Positional-only parameters are
|
||||
defined by empty names.
|
||||
(Contributed by Serhit Storchaka in :issue:`26282`).
|
||||
(Contributed by Serhiy Storchaka in :issue:`26282`).
|
||||
|
||||
|
||||
Deprecated
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue