From 828384da2d4fb4fcafa5bafdbd88b5c65612d864 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Mon, 9 Sep 2024 15:22:13 +0200 Subject: [PATCH] [3.12] Fix typos (#123775) (#123867) Fix typos (#123775) (cherry picked from commit 9017b95ff2dcff16bcb0b0a609ed2b0daa845943) Co-authored-by: algonell --- turtledemo/sorting_animate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turtledemo/sorting_animate.py b/turtledemo/sorting_animate.py index d25a0ab6..1c6aae80 100755 --- a/turtledemo/sorting_animate.py +++ b/turtledemo/sorting_animate.py @@ -7,7 +7,7 @@ Sorts a shelf of 10 blocks using insertion sort, selection sort and quicksort. -Shelfs are implemented using builtin lists. +Shelves are implemented using builtin lists. Blocks are turtles with shape "square", but stretched to rectangles by shapesize()