From 8df7be103bc2b1a938637153b89b43122aa4b03d Mon Sep 17 00:00:00 2001 From: jlew Date: Sun, 22 Aug 2010 04:13:36 +0000 Subject: Comment Fix --- 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) -- cgit v0.9.1