mirror of
https://github.com/python/cpython.git
synced 2025-10-03 05:35:59 +00:00
[3.6] Fix typo in Turtle Docs: yingyang -> yinyang (GH-2770) (GH-2778)
(cherry picked from commit fff2a21057
)
This commit is contained in:
parent
e0d306f682
commit
7f58994842
1 changed files with 1 additions and 1 deletions
|
@ -2368,7 +2368,7 @@ The demo scripts are:
|
||||||
| wikipedia | a pattern from the wikipedia | :func:`clone`, |
|
| wikipedia | a pattern from the wikipedia | :func:`clone`, |
|
||||||
| | article on turtle graphics | :func:`undo` |
|
| | article on turtle graphics | :func:`undo` |
|
||||||
+----------------+------------------------------+-----------------------+
|
+----------------+------------------------------+-----------------------+
|
||||||
| yingyang | another elementary example | :func:`circle` |
|
| yinyang | another elementary example | :func:`circle` |
|
||||||
+----------------+------------------------------+-----------------------+
|
+----------------+------------------------------+-----------------------+
|
||||||
|
|
||||||
Have fun!
|
Have fun!
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue