From a320a5e7c64f9d4e6c1c9e4fae4f802651c0cc55 2008-08-11 22:49:01 From: gvaroquaux Date: 2008-08-11 22:49:01 Subject: [PATCH] Spelling --- diff --git a/IPython/frontend/wx/console_widget.py b/IPython/frontend/wx/console_widget.py index 7b32927..17d81a3 100644 --- a/IPython/frontend/wx/console_widget.py +++ b/IPython/frontend/wx/console_widget.py @@ -175,7 +175,7 @@ class ConsoleWidget(editwindow.EditWindow): """ Prints a prompt at start of line, and move the start of the current block there. - The prompt can be give with ascii escape sequences. + The prompt can be given with ascii escape sequences. """ self.write(prompt) # now we update our cursor giving end of prompt