Skip to content

Commit 4c968f4

Browse files
committed
doc: Remove duplicate word typo in the tutorial.
1 parent 6ced454 commit 4c968f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -965,7 +965,7 @@ s.draw();
965965
~~~
966966

967967
This defines an _implementation_ for `Shape` containing a single
968-
method, `draw`. In most most respects the `draw` method is defined
968+
method, `draw`. In most respects the `draw` method is defined
969969
like any other function, with the exception of the name `self`. `self`
970970
is a special value that is automatically defined in each method,
971971
referring to the value being operated on. If we wanted we could add

0 commit comments

Comments
 (0)