Skip to content

Commit

Permalink
[3.12] Fix typos (#123775) (#123867)
Browse files Browse the repository at this point in the history
Fix typos (#123775)

(cherry picked from commit aaf04e3)

Co-authored-by: algonell <[email protected]>
  • Loading branch information
vstinner and algonell authored Sep 9, 2024
1 parent a88e00f commit 83ea4fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion turtledemo/sorting_animate.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 83ea4fd

Please sign in to comment.