From 20be5dfc14adf4d4df81f4436fb1a662592e894a Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Tue, 7 Nov 2006 05:13:36 +0000 Subject: [PATCH] Typo fixed git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43141 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/demo/AnimateCtrl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wxPython/demo/AnimateCtrl.py b/wxPython/demo/AnimateCtrl.py index 789a430c99..e993e4ee77 100644 --- a/wxPython/demo/AnimateCtrl.py +++ b/wxPython/demo/AnimateCtrl.py @@ -46,7 +46,7 @@ overview = """

wx.animate.AnimationCtrl

wx.animate.AnimationCtrl is like a wx.StaticBitmap but is able to -display an animation by extracing frames from a multi-images GIF file. +display an animation by extracing frames from a multi-image GIF file. """ -- 2.47.2