diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2014-07-16 14:49:05 -0500 |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2014-07-16 14:49:05 -0500 |
commit | 05d7d156266ac561e988ed84d6fbaf044541d855 (patch) | |
tree | 76214732210902b6c9f745d50810dbdb2807030f | |
parent | 3481e21e98949caf02a2be4f437e4a5f2b1d4593 (diff) | |
parent | 8faecbfb425747130061e89eb619cb6dcdfa1c49 (diff) | |
download | cpython-git-05d7d156266ac561e988ed84d6fbaf044541d855.tar.gz |
Merge with 3.4
-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 dbb1aa9e1f..269a1a7714 100644 --- a/Doc/library/turtle.rst +++ b/Doc/library/turtle.rst @@ -1981,7 +1981,7 @@ Methods specific to Screen, not inherited from TurtleScreen :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 |