[Python-checkins] cpython (2.7): Add missing "a".

georg.brandl python-checkins at python.org
Mon Jul 18 10:40:46 CEST 2011


http://hg.python.org/cpython/rev/f8e7fe70c075
changeset:   71404:f8e7fe70c075
branch:      2.7
parent:      71399:5c8a84ab86f2
user:        Georg Brandl <georg at python.org>
date:        Mon Jul 18 10:39:55 2011 +0200
summary:
  Add missing "a".

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


diff --git a/Doc/howto/doanddont.rst b/Doc/howto/doanddont.rst
--- a/Doc/howto/doanddont.rst
+++ b/Doc/howto/doanddont.rst
@@ -113,7 +113,7 @@
 
 This is a "don't" which is much weaker than the previous "don't"s but is still
 something you should not do if you don't have good reasons to do that. The
-reason it is usually bad idea is because you suddenly have an object which lives
+reason it is usually a bad idea is because you suddenly have an object which lives
 in two separate namespaces. When the binding in one namespace changes, the
 binding in the other will not, so there will be a discrepancy between them. This
 happens when, for example, one module is reloaded, or changes the definition of

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


More information about the Python-checkins mailing list