We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65e3a76 commit 103a766Copy full SHA for 103a766
vpython/vpython.py
@@ -1097,7 +1097,7 @@ def clone(self, **args):
1097
'_pickable':self._pickable}
1098
elif objName == 'curve':
1099
oldargs = {'origin':self._origin, 'pos':self.pos,
1100
- 'color':self._color, r'adius':self._radius,
+ 'color':self._color, 'radius':self._radius,
1101
'size':self._size, 'axis':self._axis, 'up':self._up,
1102
'shininess':self._shininess, 'emissive':self._emissive,
1103
'visible':True, 'pickable':self._pickable}
0 commit comments