[Python-checkins] r42768 - peps/trunk/pep-0008.txt

guido.van.rossum python-checkins at python.org
Thu Mar 2 04:46:56 CET 2006


Author: guido.van.rossum
Date: Thu Mar  2 04:46:55 2006
New Revision: 42768

Modified:
   peps/trunk/pep-0008.txt
Log:
/pubic/public/. Thanks Jennings Jared!


Modified: peps/trunk/pep-0008.txt
==============================================================================
--- peps/trunk/pep-0008.txt	(original)
+++ peps/trunk/pep-0008.txt	Thu Mar  2 04:46:55 2006
@@ -552,7 +552,7 @@
       Public attributes are those that you expect unrelated clients of your
       class to use, with your commitment to avoid backward incompatible
       changes.  Non-public attributes are those that are not intended to be
-      used by third parties; you make no guarantees that non-pubic attributes
+      used by third parties; you make no guarantees that non-public attributes
       won't change or even be removed.
 
       We don't use the term "private" here, since no attribute is really


More information about the Python-checkins mailing list