mirror of
https://github.com/python/cpython.git
synced 2025-10-02 05:12:23 +00:00
[3.11] gh-102135: Update turtle docs to rename wikipedia demo to rosette (GH-102137) (GH-102138)
(cherry picked from commit 8d46c7ed5e
)
Co-authored-by: somebody <98094921+UndoneStudios@users.noreply.github.com>
Automerge-Triggered-By: GH:hugovk
This commit is contained in:
parent
5d47150eac
commit
528e91c067
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