From 0b33ac681ee28f5d48cdd3d548567dbe88fbf621 2016-06-16 16:22:47 From: Matthias Bussonnier Date: 2016-06-16 16:22:47 Subject: [PATCH] Remove readline mention, fit IPython typo. --- diff --git a/IPython/terminal/interactiveshell.py b/IPython/terminal/interactiveshell.py index a8d496d..4a1dcb0 100644 --- a/IPython/terminal/interactiveshell.py +++ b/IPython/terminal/interactiveshell.py @@ -1,4 +1,4 @@ -"""IPython terminal interface using prompt_toolkit in place of readline""" +"""IPython terminal interface using prompt_toolkit""" from __future__ import print_function import os diff --git a/docs/source/whatsnew/version5.rst b/docs/source/whatsnew/version5.rst index ac084a5..14f3faf 100644 --- a/docs/source/whatsnew/version5.rst +++ b/docs/source/whatsnew/version5.rst @@ -40,7 +40,7 @@ Replacement of readline in TerminalInteractiveShell and PDB ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ IPython 5.0 now uses ``prompt_toolkit``. The -``IPtyhon.terminal.interactiveshell.TerminalInteractiveShell`` now uses +``IPython.terminal.interactiveshell.TerminalInteractiveShell`` now uses ``prompt_toolkit``. It is an almost complete rewrite, so many settings have thus changed or disappeared. The class keep the same name to avoid breaking user configuration for the options which names is unchanged.