[Python-checkins] [3.10] gh-102135: Update turtle docs to rename wikipedia demo to rosette (GH-102137) (#102139)

hugovk webhook-mailer at python.org
Wed Feb 22 05:24:27 EST 2023


https://github.com/python/cpython/commit/3e9fb1a8390f84a3db56a398eb289fec487bc7da
commit: 3e9fb1a8390f84a3db56a398eb289fec487bc7da
branch: 3.10
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: hugovk <hugovk at users.noreply.github.com>
date: 2023-02-22T12:24:18+02:00
summary:

[3.10] gh-102135: Update turtle docs to rename wikipedia demo to rosette (GH-102137) (#102139)

Co-authored-by: somebody <98094921+UndoneStudios at users.noreply.github.com>

files:
M Doc/library/turtle.rst

diff --git a/Doc/library/turtle.rst b/Doc/library/turtle.rst
index 228cf1e01e74..d48db6c6e753 100644
--- a/Doc/library/turtle.rst
+++ b/Doc/library/turtle.rst
@@ -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`        |
 +----------------+------------------------------+-----------------------+
 



More information about the Python-checkins mailing list