commit | 00d71436c7968452b875bf999a06130502469bf8 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Fri Sep 26 07:14:57 2008 +0000 |
committer | Georg Brandl <georg@python.org> | Fri Sep 26 07:14:57 2008 +0000 |
tree | 247904586978539bcfa89e08693dc2dbf1fc365f | |
parent | d1c7d07d6758657be7f252c9a03f4b0da9d7720f [diff] [blame] |
#3969: fix typo in turtle.py.
diff --git a/Lib/lib-tk/turtle.py b/Lib/lib-tk/turtle.py index fcde9af..6bc3760 100644 --- a/Lib/lib-tk/turtle.py +++ b/Lib/lib-tk/turtle.py
@@ -762,7 +762,7 @@ startx = geometry.get('startx', _startx) if startx >= 0 or startx == None: - _startx = _startx + _startx = startx else: raise ValueError, "startx can not be less than 0"