diff options
author | somebody <98094921+UndoneStudios@users.noreply.github.com> | 2023-02-22 10:11:30 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-22 10:11:30 (GMT) |
commit | 8d46c7ed5e83e22d55fe4f4e6e873d87f340c1dc (patch) | |
tree | 688a7d2a539b35de56c509f89da2c783d7f8a7cf /Doc/library/turtle.rst | |
parent | 3ba7743b0696202e9caa283a0be253fd26a5cfbd (diff) | |
download | cpython-8d46c7ed5e83e22d55fe4f4e6e873d87f340c1dc.zip cpython-8d46c7ed5e83e22d55fe4f4e6e873d87f340c1dc.tar.gz cpython-8d46c7ed5e83e22d55fe4f4e6e873d87f340c1dc.tar.bz2 |
gh-102135: Update turtle docs to rename wikipedia demo to rosette (#102137)
Diffstat (limited to 'Doc/library/turtle.rst')
-rw-r--r-- | Doc/library/turtle.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/library/turtle.rst b/Doc/library/turtle.rst index 5add61c..b7eb569 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` | +----------------+------------------------------+-----------------------+ |