/pubic/public/. Thanks Jennings Jared!

This commit is contained in:
Guido van Rossum 2006-03-02 03:46:55 +00:00
parent 1c4f4d3f18
commit 9feffcd8af
1 changed files with 1 additions and 1 deletions

View File

@ -552,7 +552,7 @@ Naming Conventions
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