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
  • Loading branch information
SectorCorruptor authored and JelleZijlstra committed Feb 25, 2023
1 parent 60cab67 commit 4b96fb0
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 4b96fb0

Please sign in to comment.