mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
Issue #14117: Inprove help text and docstrings, some for clarity, some just to
fit in the default width of the text window (45 chars).
This commit is contained in:
parent
6f6922c090
commit
c5a72e6971
7 changed files with 60 additions and 48 deletions
|
@ -12,9 +12,9 @@ very light moon!
|
|||
Planet has a circular orbit, moon a stable
|
||||
orbit around the planet.
|
||||
|
||||
You can hold the movement temporarily by pressing
|
||||
the left mouse button with mouse over the
|
||||
scrollbar of the canvas.
|
||||
You can hold the movement temporarily by
|
||||
pressing the left mouse button with the
|
||||
mouse over the scrollbar of the canvas.
|
||||
|
||||
"""
|
||||
from turtle import Shape, Turtle, mainloop, Vec2D as Vec
|
||||
|
@ -108,6 +108,5 @@ def main():
|
|||
return "Done!"
|
||||
|
||||
if __name__ == '__main__':
|
||||
msg = main()
|
||||
print(msg)
|
||||
#mainloop()
|
||||
main()
|
||||
mainloop()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue