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

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6b6756f

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

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