mirror of
https://github.com/python/cpython.git
synced 2024-12-04 23:34:42 +08:00
gh-102135: Update turtle docs to rename wikipedia demo to rosette (#102137)
This commit is contained in:
parent
3ba7743b06
commit
8d46c7ed5e
@ -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…
Reference in New Issue
Block a user