File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -156,7 +156,6 @@ Doc/reference/expressions.rst
156156Doc/reference/import.rst
157157Doc/reference/simple_stmts.rst
158158Doc/tutorial/appendix.rst
159- Doc/tutorial/classes.rst
160159Doc/tutorial/controlflow.rst
161160Doc/tutorial/datastructures.rst
162161Doc/tutorial/introduction.rst
Original file line number Diff line number Diff line change @@ -276,7 +276,7 @@ definition looked like this::
276276then ``MyClass.i `` and ``MyClass.f `` are valid attribute references, returning
277277an integer and a function object, respectively. Class attributes can also be
278278assigned 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
280280the class: ``"A simple example class" ``.
281281
282282Class *instantiation * uses function notation. Just pretend that the class
You can’t perform that action at this time.
0 commit comments