8000 gh-106996: Add a how-to section to the turtle documentation by evildmp · Pull Request #107153 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-106996: Add a how-to section to the turtle documentation #107153

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Jul 25, 2023
Prev Previous commit
Next Next commit
Update Doc/library/turtle.rst
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
  • Loading branch information
evildmp and hugovk authored Jul 22, 2023
commit 196acc3673d39f45c22d8ef816f7703025e3bbe9
2 changes: 1 addition & 1 deletion Doc/library/turtle.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ in 1967.
In Python, turtle graphics provides a representation of a physical "turtle"
(a little robot with a pen) that draws on a sheet of paper on the floor.

It's a very effective and well-proven way for learners to encounter
It's an effective and well-proven way for learners to encounter
programming concepts and interaction with software, as it provides instant,
visible feedback. It also provides convenient access to graphical output
in general.
Expand Down
0