mirror of
https://github.com/python/cpython.git
synced 2026-01-04 14:32:21 +00:00
gh-102135: Update turtle docs to rename wikipedia demo to rosette (#102137)
This commit is contained in:
parent
3ba7743b06
commit
8d46c7ed5e
1 changed files with 3 additions and 3 deletions
|
|
@ -2444,6 +2444,9 @@ The demo scripts are:
|
|||
| planet_and_moon| simulation of | compound shapes, |
|
||||
| | gravitational system | :class:`Vec2D` |
|
||||
+----------------+------------------------------+-----------------------+
|
||||
| rosette | a pattern from the wikipedia | :func:`clone`, |
|
||||
| | article on turtle graphics | :func:`undo` |
|
||||
+----------------+------------------------------+-----------------------+
|
||||
| round_dance | dancing turtles rotating | compound shapes, clone|
|
||||
| | pairwise in opposite | shapesize, tilt, |
|
||||
| | direction | get_shapepoly, update |
|
||||
|
|
@ -2457,9 +2460,6 @@ The demo scripts are:
|
|||
| two_canvases | simple design | turtles on two |
|
||||
| | | canvases |
|
||||
+----------------+------------------------------+-----------------------+
|
||||
| wikipedia | a pattern from the wikipedia | :func:`clone`, |
|
||||
| | article on turtle graphics | :func:`undo` |
|
||||
+----------------+------------------------------+-----------------------+
|
||||
| yinyang | another elementary example | :func:`circle` |
|
||||
+----------------+------------------------------+-----------------------+
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue