bpo-39869: Fix typo in 'Instance objects' section. (GH-18889)

This commit is contained in:
Antoine 2020-03-10 15:17:40 +01:00 committed by GitHub
parent 00d7cd8ab8
commit e5e56328af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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,