aboutsummaryrefslogtreecommitdiff
path: root/demo/sgi/gl_panel/flying/objdict.py
diff options
context:
space:
mode:
Diffstat (limited to 'demo/sgi/gl_panel/flying/objdict.py')
-rw-r--r--demo/sgi/gl_panel/flying/objdict.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/demo/sgi/gl_panel/flying/objdict.py b/demo/sgi/gl_panel/flying/objdict.py
index a5d5371..9195093 100644
--- a/demo/sgi/gl_panel/flying/objdict.py
+++ b/demo/sgi/gl_panel/flying/objdict.py
@@ -23,14 +23,14 @@ objects['table'] = [ZERO, o8]
# 'putDict' sets the value of entry 'key' of dictionary 'dict'
def putDict(dict, key, val) :
- dict[key][0] = val
+ dict[key][0] = val
#
-# 'getDict' get the contents of entry i of key 'key'
+# 'getDict' get the contents of entry i of key 'key'
# of dictionary 'dict'
#
def getDict(dict, key, i) :
- return dict[key][i]
+ return dict[key][i]
# the 'options' dictionary contains the strings of the menu items
# that denote the options