[Python-checkins] cpython (3.5): whatsnew/3.5: Fix nits per Berker Peksag suggestion

yury.selivanov python-checkins at python.org
Wed Sep 9 15:28:02 CEST 2015


https://hg.python.org/cpython/rev/8b9640aa3f1f
changeset:   97808:8b9640aa3f1f
branch:      3.5
parent:      97805:4ce8450da22d
user:        Yury Selivanov <yselivanov at sprymix.com>
date:        Wed Sep 09 09:27:29 2015 -0400
summary:
  whatsnew/3.5: Fix nits per Berker Peksag suggestion

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


diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst
--- a/Doc/whatsnew/3.5.rst
+++ b/Doc/whatsnew/3.5.rst
@@ -4,8 +4,7 @@
 
 :Release: |release|
 :Date: |today|
-
-:Author: Elvis Pranskevichus <elprans at gmail.com> (Editor)
+:Editor: Elvis Pranskevichus <elprans at gmail.com>
 
 .. Rules for maintenance:
 
@@ -517,7 +516,7 @@
 
    :pep:`489` -- Multi-phase extension module initialization
       PEP written by Petr Viktorin, Stefan Behnel, and Nick Coghlan;
-      implementation by Petr Viktorin.
+      implemented by Petr Viktorin.
 
 
 PEP 485: A function for testing approximate equality

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


More information about the Python-checkins mailing list