Skip to content

Commit

Permalink
pythongh-102135: Update turtle docs to rename wikipedia demo to roset…
Browse files Browse the repository at this point in the history
…te (pythonGH-102137)

(cherry picked from commit 8d46c7e)

Co-authored-by: somebody <98094921+UndoneStudios@users.noreply.github.com>
  • Loading branch information
SectorCorruptor authored and miss-islington committed Feb 22, 2023
1 parent 5d47150 commit 18160a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Doc/library/turtle.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand All @@ -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` |
+----------------+------------------------------+-----------------------+

Expand Down

0 comments on commit 18160a2

Please sign in to comment.