mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Issue #10291: Cleanup turtledemo to use docstrings for help.
(Original patch by Alexander Belopolsky, refreshed by Jessica McKellar.)
This commit is contained in:
parent
5e526bba59
commit
3ff96eb1e4
5 changed files with 87 additions and 166 deletions
|
@ -0,0 +1,14 @@
|
|||
"""
|
||||
--------------------------------------
|
||||
About this viewer
|
||||
--------------------------------------
|
||||
|
||||
Tiny demo viewer to view turtle graphics example scripts.
|
||||
|
||||
Quickly and dirtyly assembled by Gregor Lingl.
|
||||
June, 2006
|
||||
|
||||
For more information see: turtledemo - Help
|
||||
|
||||
Have fun!
|
||||
"""
|
Loading…
Add table
Add a link
Reference in a new issue