Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjlew <jlew.blackout@gmail.com>2010-08-22 04:13:36 (GMT)
committer jlew <jlew.blackout@gmail.com>2010-08-22 04:13:36 (GMT)
commit8df7be103bc2b1a938637153b89b43122aa4b03d (patch)
tree8963bc4ed839344aeb4d170f8ee65ba470fb948a
parent5e48eb29056609df675a39c237f4253c81e70cff (diff)
Comment Fix
-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)