doc: Remove duplicate word typo in the tutorial.
This commit is contained in:
parent
6ced454b96
commit
4c968f47e0
1 changed files with 1 additions and 1 deletions
|
@ -965,7 +965,7 @@ s.draw();
|
||||||
~~~
|
~~~
|
||||||
|
|
||||||
This defines an _implementation_ for `Shape` containing a single
|
This defines an _implementation_ for `Shape` containing a single
|
||||||
method, `draw`. In most most respects the `draw` method is defined
|
method, `draw`. In most respects the `draw` method is defined
|
||||||
like any other function, with the exception of the name `self`. `self`
|
like any other function, with the exception of the name `self`. `self`
|
||||||
is a special value that is automatically defined in each method,
|
is a special value that is automatically defined in each method,
|
||||||
referring to the value being operated on. If we wanted we could add
|
referring to the value being operated on. If we wanted we could add
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue