]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
SF patch#786531 'the the' typo. Contributed by George Yoshida
authorRaymond Hettinger <python@rcn.com>
Tue, 12 Aug 2003 00:01:16 +0000 (00:01 +0000)
committerRaymond Hettinger <python@rcn.com>
Tue, 12 Aug 2003 00:01:16 +0000 (00:01 +0000)
Doc/ref/ref7.tex

index 1c0a0ee03186444006ac05406b1bdc72e7642f0d..346dce07c28fd8a72c6a577f45674c3a4375a93b 100644 (file)
@@ -435,7 +435,7 @@ class object in the original local namespace.
 
 \strong{Programmer's note:} variables defined in the class definition
 are class variables; they are shared by all instances.  To define
-instance variables, they must be given a value in the the
+instance variables, they must be given a value in the
 \method{__init__()} method or in another method.  Both class and
 instance variables are accessible through the notation
 ``\code{self.name}'', and an instance variable hides a class variable