Skip to content

Commit 103a766

Browse files
committed
Correct typo in the clone machinery
1 parent 65e3a76 commit 103a766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vpython/vpython.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1097,7 +1097,7 @@ def clone(self, **args):
10971097
'_pickable':self._pickable}
10981098
elif objName == 'curve':
10991099
oldargs = {'origin':self._origin, 'pos':self.pos,
1100-
'color':self._color, r'adius':self._radius,
1100+
'color':self._color, 'radius':self._radius,
11011101
'size':self._size, 'axis':self._axis, 'up':self._up,
11021102
'shininess':self._shininess, 'emissive':self._emissive,
11031103
'visible':True, 'pickable':self._pickable}

0 commit comments

Comments
 (0)