mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
SF patch#786531 'the the' typo. Contributed by George Yoshida
This commit is contained in:
parent
f17d65da3a
commit
c7a26562f9
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue