gh-102135: Update turtle docs to rename wikipedia demo to rosette (#102137)

This commit is contained in:
somebody 2023-02-22 14:11:30 +04:00 committed by GitHub
parent 3ba7743b06
commit 8d46c7ed5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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` |
+----------------+------------------------------+-----------------------+