From c164d7e9324db43d9a62ba91a93d0c71cfb4f42a 2007-03-26 07:36:53 From: walter.doerwald Date: 2007-03-26 07:36:53 Subject: [PATCH] Fix typo. --- diff --git a/doc/ChangeLog b/doc/ChangeLog index 2b91ef1..98182bc 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,7 +1,7 @@ 2007-03-24 Walter Doerwald * IPython/Extensions/igrid.py: Fix picking. Using - igrid with wxPyhon 2.6 and -wthread should work now. + igrid with wxPython 2.6 and -wthread should work now. igrid.display() simply tries to create a frame without an application. Only if this fails an application is created.