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 @@ -158,7 +158,6 @@ Doc/reference/expressions.rst
158
158
Doc/reference/import.rst
159
159
Doc/reference/simple_stmts.rst
160
160
Doc/tutorial/appendix.rst
161
- Doc/tutorial/classes.rst
162
161
Doc/tutorial/controlflow.rst
163
162
Doc/tutorial/datastructures.rst
164
163
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