summaryrefslogtreecommitdiff
path: root/Doc/library/turtle.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-10-06 08:56:53 +0000
committerGeorg Brandl <georg@python.org>2010-10-06 08:56:53 +0000
commit141be07c81b9a0ad204c20e0dd1dcca2546a3b47 (patch)
tree1044ae12664e15dcf3d9ea5f0e1e325299fc9c69 /Doc/library/turtle.rst
parent383e318a33803409bafe4124a0d6394d401f5194 (diff)
downloadcpython-141be07c81b9a0ad204c20e0dd1dcca2546a3b47.tar.gz
Merged revisions 84945 via svnmerge from
svn+ssh://svn.python.org/python/branches/py3k ........ r84945 | georg.brandl | 2010-09-21 16:48:28 +0200 (Di, 21 Sep 2010) | 1 line #9911: doc copyedits. ........
Diffstat (limited to 'Doc/library/turtle.rst')
-rw-r--r--Doc/library/turtle.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/turtle.rst b/Doc/library/turtle.rst
index c6ba3165ca..711e1a1f3e 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