summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-04-23 08:49:39 (GMT)
committerGeorg Brandl <georg@python.org>2009-04-23 08:49:39 (GMT)
commit95089bc9bf756b04847b65f36640773a34d2eaa1 (patch)
tree915de19046f9bef6d9fa0857276e4ec3f4954b5a /Doc
parent49cc4eafcbec13643784ce0bfcdcd6b5b939ca10 (diff)
downloadcpython-95089bc9bf756b04847b65f36640773a34d2eaa1.zip
cpython-95089bc9bf756b04847b65f36640773a34d2eaa1.tar.gz
cpython-95089bc9bf756b04847b65f36640773a34d2eaa1.tar.bz2
Fix rewrapping accident.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/turtle.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/library/turtle.rst b/Doc/library/turtle.rst
index bf567a2..a0c7694 100644
--- a/Doc/library/turtle.rst
+++ b/Doc/library/turtle.rst
@@ -1244,9 +1244,9 @@ Window control
.. function:: screensize(canvwidth=None, canvheight=None, bg=None)
- :param canvwidth: positive integer, new width of canvas in pixels :param
- canvheight: positive integer, new height of canvas in pixels :param bg:
- colorstring or color-tuple, new background color
+ :param canvwidth: positive integer, new width of canvas in pixels
+ :param canvheight: positive integer, new height of canvas in pixels
+ :param bg: colorstring or color-tuple, new background color
If no arguments are given, return current (canvaswidth, canvasheight). Else
resize the canvas the turtles are drawing on. Do not alter the drawing