Fixed some minor typos.

This commit is contained in:
Griatch 2009-08-23 09:30:09 +00:00
parent 6bbdde763d
commit 2640bd057a
2 changed files with 2 additions and 2 deletions

View file

@ -58,7 +58,7 @@ class CustomBasicObject(BasicObject):
def at_after_move(self): def at_after_move(self):
""" """
This hook is called just after the player has been successfully moved. This hook is called just after the object has been successfully moved.
""" """
pass pass

View file

@ -47,7 +47,7 @@ class EvenniaBasicPlayer(object):
def at_before_move(self, target_location): def at_before_move(self, target_location):
""" """
This hook is called just before the object is moved. This hook is called just before the player is moved.
Input: Input:
target_location (obj): The location the player is about to move to. target_location (obj): The location the player is about to move to.
Return value: Return value: