[Python-checkins] cpython (3.6): Fix grammar in whatsnew

zach.ware python-checkins at python.org
Mon Nov 28 01:19:47 EST 2016


https://hg.python.org/cpython/rev/20f3636d396f
changeset:   105377:20f3636d396f
branch:      3.6
parent:      105375:306cfb866399
user:        Zachary Ware <zachary.ware at gmail.com>
date:        Mon Nov 28 00:19:07 2016 -0600
summary:
  Fix grammar in whatsnew

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
@@ -163,7 +163,7 @@
   remains unchanged - "python" refers to Python 2 in that case.
 
 * ``python.exe`` and ``pythonw.exe`` have been marked as long-path aware,
-  which means that when the 260 character path limit may no longer apply.
+  which means that the 260 character path limit may no longer apply.
   See :ref:`removing the MAX_PATH limitation <max-path>` for details.
 
 * A ``._pth`` file can be added to force isolated mode and fully specify

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


More information about the Python-checkins mailing list