diff options
Diffstat (limited to 'Demo/sgi/gl/kites.py')
-rwxr-xr-x | Demo/sgi/gl/kites.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/sgi/gl/kites.py b/Demo/sgi/gl/kites.py index be56513..cde69cb 100755 --- a/Demo/sgi/gl/kites.py +++ b/Demo/sgi/gl/kites.py @@ -43,7 +43,7 @@ def viewobj (r, s, t, mat) : popmatrix() # -# makeobj : the contructor of the object +# makeobj : the constructor of the object # def mkobj () : v0 = (-5.0 ,0.0, 0.0) |