[Python-checkins] cpython (3.4): Fix a minor typo in the turtle docs. Found by Brandon Passmore on docs at .

zach.ware python-checkins at python.org
Wed Jul 16 21:49:26 CEST 2014


http://hg.python.org/cpython/rev/04281a6f7940
changeset:   91705:04281a6f7940
branch:      3.4
parent:      91702:e69f037332a6
user:        Zachary Ware <zachary.ware at gmail.com>
date:        Wed Jul 16 14:48:48 2014 -0500
summary:
  Fix a minor typo in the turtle docs.  Found by Brandon Passmore on docs at .

files:
  Doc/library/turtle.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/turtle.rst b/Doc/library/turtle.rst
--- a/Doc/library/turtle.rst
+++ b/Doc/library/turtle.rst
@@ -1981,7 +1981,7 @@
    :param startx: if positive, starting position in pixels from the left
                   edge of the screen, if negative from the right edge, if None,
                   center window horizontally
-   :param startx: if positive, starting position in pixels from the top
+   :param starty: if positive, starting position in pixels from the top
                   edge of the screen, if negative from the bottom edge, if None,
                   center window vertically
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list