]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.11] gh-102135: Update turtle docs to rename wikipedia demo to rosette (GH-102137...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 22 Feb 2023 10:25:17 +0000 (02:25 -0800)
committerGitHub <noreply@github.com>
Wed, 22 Feb 2023 10:25:17 +0000 (02:25 -0800)
(cherry picked from commit 8d46c7ed5e83e22d55fe4f4e6e873d87f340c1dc)

Co-authored-by: somebody <98094921+UndoneStudios@users.noreply.github.com>
Automerge-Triggered-By: GH:hugovk
Doc/library/turtle.rst

index 17bf8829a9fed145ba0579ba21806b380da38020..62acfff5a793828faef73cc38380c41c83de184b 100644 (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`        |
 +----------------+------------------------------+-----------------------+