Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00d7cd8 commit e5e5632Copy full SHA for e5e5632
1 file changed
Doc/tutorial/classes.rst
@@ -323,7 +323,7 @@ Instance Objects
323
324
Now what can we do with instance objects? The only operations understood by
325
instance objects are attribute references. There are two kinds of valid
326
-attribute names, data attributes and methods.
+attribute names: data attributes and methods.
327
328
*data attributes* correspond to "instance variables" in Smalltalk, and to "data
329
members" in C++. Data attributes need not be declared; like local variables,
0 commit comments