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 9017b95ff2dcff16bcb0b0a609ed2b0daa845943)

Co-authored-by: algonell <algonell@gmail.com>
  • Loading branch information
vstinner and algonell authored Sep 9, 2024
1 parent 451364a commit 828384d
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 828384d

Please sign in to comment.