[Python-checkins] cpython: Fix typo in whatsnew/3.6.rst

berker.peksag python-checkins at python.org
Fri Jul 1 05:10:24 EDT 2016


https://hg.python.org/cpython/rev/83b1f672cd6e
changeset:   102237:83b1f672cd6e
user:        Berker Peksag <berker.peksag at gmail.com>
date:        Fri Jul 01 12:12:19 2016 +0300
summary:
  Fix typo in whatsnew/3.6.rst

files:
  Doc/whatsnew/3.6.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/whatsnew/3.6.rst b/Doc/whatsnew/3.6.rst
--- a/Doc/whatsnew/3.6.rst
+++ b/Doc/whatsnew/3.6.rst
@@ -560,7 +560,7 @@
 * :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

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list