Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/MAFH2/fortuneengine/fortuneengine/GameInspect.py
diff options
context:
space:
mode:
Diffstat (limited to 'MAFH2/fortuneengine/fortuneengine/GameInspect.py')
-rw-r--r--MAFH2/fortuneengine/fortuneengine/GameInspect.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/MAFH2/fortuneengine/fortuneengine/GameInspect.py b/MAFH2/fortuneengine/fortuneengine/GameInspect.py
index ea69540..33a9938 100644
--- a/MAFH2/fortuneengine/fortuneengine/GameInspect.py
+++ b/MAFH2/fortuneengine/fortuneengine/GameInspect.py
@@ -105,7 +105,7 @@ class GameInspect(object):
@param objectname: A string representation of the location
of the object being inspected in relation
to the game engine registered object.
- @param val: A string to be evaluated and set to the object.
+ @param statement: A string to be evaluated and set to the object.
"""
try:
obj, last, last_token = self.drilldown_object(objectname)