From c3d200a96c437f109d72be71e5eabc410304f43c Mon Sep 17 00:00:00 2001 From: Raphael Ackermann Date: Tue, 6 Apr 2010 20:01:13 +0000 Subject: [PATCH] doc string typo svn: r15050 --- src/DisplayState.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DisplayState.py b/src/DisplayState.py index bfcd11443..58618657b 100644 --- a/src/DisplayState.py +++ b/src/DisplayState.py @@ -409,7 +409,7 @@ class DisplayState(gen.utils.Callback): 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. """ history = self.get_history(nav_type, nav_group)