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

hugovk webhook-mailer at python.org
Wed Feb 22 05:11:48 EST 2023


https://github.com/python/cpython/commit/8d46c7ed5e83e22d55fe4f4e6e873d87f340c1dc
commit: 8d46c7ed5e83e22d55fe4f4e6e873d87f340c1dc
branch: main
author: somebody <98094921+UndoneStudios at users.noreply.github.com>
committer: hugovk <hugovk at users.noreply.github.com>
date: 2023-02-22T12:11:30+02:00
summary:

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

files:
M Doc/library/turtle.rst

diff --git a/Doc/library/turtle.rst b/Doc/library/turtle.rst
index 5add61c759ea..b7eb569c18a6 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