8000 bpo-39869: Fix typo in 'Instance objects' section. (GH-18889) · python/cpython@4abe77c · GitHub
[go: up one dir, main page]

Skip to content

Commit 4abe77c

Browse files
bpo-39869: Fix typo in 'Instance objects' section. (GH-18889)
(cherry picked from commit e5e5632) Co-authored-by: Antoine <43954001+awecx@users.noreply.github.com>
1 parent 9c63cd8 commit 4abe77c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/tutorial/classes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ Instance Objects
323323

324324
Now what can we do with instance objects? The only operations understood by
325325
instance objects are attribute references. There are two kinds of valid
326-
attribute names, data attributes and methods.
326+
attribute names: data attributes and methods.
327327

328328
*data attributes* correspond to "instance variables" in Smalltalk, and to "data
329329
members" in C++. Data attributes need not be declared; like local variables,

0 commit comments

Comments
 (0)
0