]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-102135: Update turtle docs to rename wikipedia demo to rosette (#102137)
authorsomebody <98094921+UndoneStudios@users.noreply.github.com>
Wed, 22 Feb 2023 10:11:30 +0000 (14:11 +0400)
committerGitHub <noreply@github.com>
Wed, 22 Feb 2023 10:11:30 +0000 (12:11 +0200)
Doc/library/turtle.rst

index 5add61c759ea8ec4a40b9ca324955af3caafa53c..b7eb569c18a6c4f0dad5adc18a24a029dd9a898c 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`        |
 +----------------+------------------------------+-----------------------+