From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Wed, 22 Feb 2023 10:24:18 +0000 (-0800) Subject: [3.10] gh-102135: Update turtle docs to rename wikipedia demo to rosette (GH-102137... X-Git-Tag: v3.10.11~89 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3e9fb1a8390f84a3db56a398eb289fec487bc7da;p=thirdparty%2FPython%2Fcpython.git [3.10] gh-102135: Update turtle docs to rename wikipedia demo to rosette (GH-102137) (#102139) Co-authored-by: somebody <98094921+UndoneStudios@users.noreply.github.com> --- 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` | +----------------+------------------------------+-----------------------+