]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add missing "a".
authorGeorg Brandl <georg@python.org>
Mon, 18 Jul 2011 08:39:55 +0000 (10:39 +0200)
committerGeorg Brandl <georg@python.org>
Mon, 18 Jul 2011 08:39:55 +0000 (10:39 +0200)
Doc/howto/doanddont.rst

index 2e9e0b89cb7a891843f25f0dd7df57066917abe9..15aa9960a4ad1a3fc4cdf5002bb1c66fe059ea75 100644 (file)
@@ -113,7 +113,7 @@ from module import name1, name2
 
 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 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