mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Fix docstring punctuation
This commit is contained in:
parent
7092f4ce9f
commit
e2222a083b
1 changed files with 2 additions and 2 deletions
|
@ -713,7 +713,7 @@ for methodname in dir(RawPen):
|
|||
def setup(**geometry):
|
||||
""" Sets the size and position of the main window.
|
||||
|
||||
Keywords are width, height, startx and starty
|
||||
Keywords are width, height, startx and starty:
|
||||
|
||||
width: either a size in pixels or a fraction of the screen.
|
||||
Default is 50% of screen.
|
||||
|
@ -788,7 +788,7 @@ def setup(**geometry):
|
|||
_root.geometry("%dx%d+%d+%d" % (_width, _height, _startx, _starty))
|
||||
|
||||
def title(title):
|
||||
""" set the window title.
|
||||
"""Set the window title.
|
||||
|
||||
By default this is set to 'Turtle Graphics'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue