mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
bpo-39869: Fix typo in 'Instance objects' section. (GH-18889)
This commit is contained in:
parent
00d7cd8ab8
commit
e5e56328af
1 changed files with 1 additions and 1 deletions
|
@ -323,7 +323,7 @@ Instance Objects
|
|||
|
||||
Now what can we do with instance objects? The only operations understood by
|
||||
instance objects are attribute references. There are two kinds of valid
|
||||
attribute names, data attributes and methods.
|
||||
attribute names: data attributes and methods.
|
||||
|
||||
*data attributes* correspond to "instance variables" in Smalltalk, and to "data
|
||||
members" in C++. Data attributes need not be declared; like local variables,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue