Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
UTSAVS26 authored Oct 4, 2024
1 parent 4b02d94 commit 4d63d45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Beginner_Projects/Turtle/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Don’t forget to use **turtle.done()** to keep the window open after the drawin
## Example: Spiral Pattern
For refernece, you can check out this [Spiral Patten example](turtle_spiral.py) created using turtle module.
For reference, you can check out this [Spiral Patten example](turtle_spiral.py) created using turtle module.
## Further Reading
For more detailed usage of the Turtle module, visit the official [Python documentation](https://docs.python.org/3/library/turtle.html).
Expand Down

0 comments on commit 4d63d45

Please sign in to comment.