doc string typo

svn: r15050
This commit is contained in:
Raphael Ackermann 2010-04-06 20:01:13 +00:00
parent a62463597e
commit c3d200a96c

View File

@ -409,7 +409,7 @@ class DisplayState(gen.utils.Callback):
def get_active(self, nav_type, nav_group=0): def get_active(self, nav_type, nav_group=0):
""" """
Return the handle for the active obejct specified by the given Return the handle for the active object specified by the given
navigation type and group. navigation type and group.
""" """
history = self.get_history(nav_type, nav_group) history = self.get_history(nav_type, nav_group)