From 080759c4a198580e29ff2fc7dc60f99a0da9b325 2011-05-10 16:21:26 From: epatters Date: 2011-05-10 16:21:26 Subject: [PATCH] Fix small typo in magic.py. Thanks @juliantaylor for pointing this out. Closes gh-425. --- diff --git a/IPython/core/magic.py b/IPython/core/magic.py index a298e36..bf85ea1 100644 --- a/IPython/core/magic.py +++ b/IPython/core/magic.py @@ -3279,7 +3279,7 @@ Defaulting color scheme to 'NoColor'""" This magic replaces IPython's threaded shells that were activated using the (pylab/wthread/etc.) command line flags. GUI toolkits - can now be enabled, disabled and swtiched at runtime and keyboard + can now be enabled, disabled and changed at runtime and keyboard interrupts should work without any problems. The following toolkits are supported: wxPython, PyQt4, PyGTK, and Tk::