Skip to content

Commit 71d9b52

Browse files
authored
[3.5] Fix typo in Turtle Docs: yingyang -> yinyang (GH-2770) (GH-2779)
(cherry picked from commit fff2a21)
1 parent 6b1a777 commit 71d9b52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/turtle.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2368,7 +2368,7 @@ The demo scripts are:
23682368
| wikipedia | a pattern from the wikipedia | :func:`clone`, |
23692369
| | article on turtle graphics | :func:`undo` |
23702370
+----------------+------------------------------+-----------------------+
2371-
| yingyang | another elementary example | :func:`circle` |
2371+
| yinyang | another elementary example | :func:`circle` |
23722372
+----------------+------------------------------+-----------------------+
23732373

23742374
Have fun!

0 commit comments

Comments
 (0)