diff options
Diffstat (limited to 'Doc/library/turtle.rst')
-rw-r--r-- | Doc/library/turtle.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/turtle.rst b/Doc/library/turtle.rst index c6ba316..711e1a1 100644 --- a/Doc/library/turtle.rst +++ b/Doc/library/turtle.rst @@ -1957,7 +1957,7 @@ Methods specific to Screen, not inherited from TurtleScreen .. function:: setup(width=_CFG["width"], height=_CFG["height"], startx=_CFG["leftright"], starty=_CFG["topbottom"]) Set the size and position of the main window. Default values of arguments - are stored in the configuration dicionary and can be changed via a + are stored in the configuration dictionary and can be changed via a :file:`turtle.cfg` file. :param width: if an integer, a size in pixels, if a float, a fraction of the |