File tree 2 files changed +1
-2
lines changed
2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -172,7 +172,6 @@ Doc/reference/expressions.rst
172
172
Doc/reference/import.rst
173
173
Doc/reference/simple_stmts.rst
174
174
Doc/tutorial/appendix.rst
175
- Doc/tutorial/classes.rst
176
175
Doc/tutorial/controlflow.rst
177
176
Doc/tutorial/datastructures.rst
178
177
Doc/tutorial/introduction.rst
Original file line number Diff line number Diff line change @@ -276,7 +276,7 @@ definition looked like this::
276
276
then ``MyClass.i `` and ``MyClass.f `` are valid attribute references, returning
277
277
an integer and a function object, respectively. Class attributes can also be
278
278
assigned to, so you can change the value of ``MyClass.i `` by assignment.
279
- :attr: `__doc__ ` is also a valid attribute, returning the docstring belonging to
279
+ :attr: `! __doc__ ` is also a valid attribute, returning the docstring belonging to
280
280
the class: ``"A simple example class" ``.
281
281
282
282
Class *instantiation * uses function notation. Just pretend that the class
You can’t perform that action at this time.
0 commit comments