From: Berker Peksag Date: Fri, 1 Jul 2016 09:12:19 +0000 (+0300) Subject: Fix typo in whatsnew/3.6.rst X-Git-Tag: v3.6.0a3~48 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e807e892ed0b8398f62351f204cae6b35d4f0510;p=thirdparty%2FPython%2Fcpython.git Fix typo in whatsnew/3.6.rst --- diff --git a/Doc/whatsnew/3.6.rst b/Doc/whatsnew/3.6.rst index a8802a445b4e..21e887f07bb3 100644 --- a/Doc/whatsnew/3.6.rst +++ b/Doc/whatsnew/3.6.rst @@ -560,7 +560,7 @@ Build and C API Changes * :c:func:`PyArg_ParseTupleAndKeywords` now supports :ref:`positional-only parameters `. Positional-only parameters are defined by empty names. - (Contributed by Serhit Storchaka in :issue:`26282`). + (Contributed by Serhiy Storchaka in :issue:`26282`). Deprecated