Commit 00d71436 authored by Georg Brandl's avatar Georg Brandl

#3969: fix typo in turtle.py.

parent d1c7d07d
...@@ -762,7 +762,7 @@ def setup(**geometry): ...@@ -762,7 +762,7 @@ def setup(**geometry):
startx = geometry.get('startx', _startx) startx = geometry.get('startx', _startx)
if startx >= 0 or startx == None: if startx >= 0 or startx == None:
_startx = _startx _startx = startx
else: else:
raise ValueError, "startx can not be less than 0" raise ValueError, "startx can not be less than 0"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment