Skip to content

Commit 528e91c

Browse files
[3.11] gh-102135: Update turtle docs to rename wikipedia demo to rosette (GH-102137) (GH-102138)
(cherry picked from commit 8d46c7e) Co-authored-by: somebody <[email protected]> Automerge-Triggered-By: GH:hugovk
1 parent 5d47150 commit 528e91c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/library/turtle.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -2444,6 +2444,9 @@ The demo scripts are:
24442444
| planet_and_moon| simulation of | compound shapes, |
24452445
| | gravitational system | :class:`Vec2D` |
24462446
+----------------+------------------------------+-----------------------+
2447+
| rosette | a pattern from the wikipedia | :func:`clone`, |
2448+
| | article on turtle graphics | :func:`undo` |
2449+
+----------------+------------------------------+-----------------------+
24472450
| round_dance | dancing turtles rotating | compound shapes, clone|
24482451
| | pairwise in opposite | shapesize, tilt, |
24492452
| | direction | get_shapepoly, update |
@@ -2457,9 +2460,6 @@ The demo scripts are:
24572460
| two_canvases | simple design | turtles on two |
24582461
| | | canvases |
24592462
+----------------+------------------------------+-----------------------+
2460-
| wikipedia | a pattern from the wikipedia | :func:`clone`, |
2461-
| | article on turtle graphics | :func:`undo` |
2462-
+----------------+------------------------------+-----------------------+
24632463
| yinyang | another elementary example | :func:`circle` |
24642464
+----------------+------------------------------+-----------------------+
24652465

0 commit comments

Comments
 (0)