[Python-checkins] cpython (2.7): s/a/an - grammar?

senthil.kumaran python-checkins at python.org
Sat Aug 6 06:56:35 CEST 2011


http://hg.python.org/cpython/rev/13255f27a4bb
changeset:   71756:13255f27a4bb
branch:      2.7
parent:      71753:298df0970eec
user:        Senthil Kumaran <senthil at uthcode.com>
date:        Sat Aug 06 12:56:08 2011 +0800
summary:
  s/a/an - grammar?

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


diff --git a/Doc/whatsnew/2.7.rst b/Doc/whatsnew/2.7.rst
--- a/Doc/whatsnew/2.7.rst
+++ b/Doc/whatsnew/2.7.rst
@@ -783,7 +783,7 @@
 
   (Contributed by Fredrik Johansson and Victor Stinner; :issue:`3439`.)
 
-* The :keyword:`import` statement will no longer try a absolute import
+* The :keyword:`import` statement will no longer try an absolute import
   if a relative import (e.g. ``from .os import sep``) fails.  This
   fixes a bug, but could possibly break certain :keyword:`import`
   statements that were only working by accident.  (Fixed by Meador Inge;

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


More information about the Python-checkins mailing list