]> granicus.if.org Git - python/commitdiff
Fix punctuation.
authorGeorg Brandl <georg@python.org>
Sat, 12 Jun 2010 06:26:54 +0000 (06:26 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 12 Jun 2010 06:26:54 +0000 (06:26 +0000)
Doc/tutorial/classes.rst

index 1488329431ae01a06ba0791f27dc5624030fed2f..db52f5ea08f2cfee99b6cbaabb6b468c9f12198f 100644 (file)
@@ -537,7 +537,7 @@ Private Variables
 =================
 
 "Private" instance variables that cannot be accessed except from inside an
-object, don't exist in Python.  However, there is a convention that is followed
+object don't exist in Python.  However, there is a convention that is followed
 by most Python code: a name prefixed with an underscore (e.g. ``_spam``) should
 be treated as a non-public part of the API (whether it is a function, a method
 or a data member).  It should be considered an implementation detail and subject