We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 128cc47 commit 5a584c8Copy full SHA for 5a584c8
Doc/tutorial/classes.rst
@@ -325,7 +325,7 @@ 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.
327
328
-*data attributes* correspond to "instance variables" in Smalltalk, and to "data
+*Data attributes* correspond to "instance variables" in Smalltalk, and to "data
329
members" in C++. Data attributes need not be declared; like local variables,
330
they spring into existence when they are first assigned to. For example, if
331
``x`` is the instance of :class:`!MyClass` created above, the following piece of
0 commit comments