]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in whatsnew/3.6.rst
authorBerker Peksag <berker.peksag@gmail.com>
Fri, 1 Jul 2016 09:12:19 +0000 (12:12 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Fri, 1 Jul 2016 09:12:19 +0000 (12:12 +0300)
Doc/whatsnew/3.6.rst

index a8802a445b4e77459529deb189947762fa8f6f92..21e887f07bb33543e0ee222e05e66f630ece6d7c 100644 (file)
@@ -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