From a676d8eaf02dabaa76a9b584090c9733eb9e8f84 2016-08-28 15:17:50 From: kaushikanant Date: 2016-08-28 15:17:50 Subject: [PATCH] Edit the example when not to use find_cmd command --- diff --git a/IPython/utils/process.py b/IPython/utils/process.py index 05dd7a6..bdcf8ef 100644 --- a/IPython/utils/process.py +++ b/IPython/utils/process.py @@ -38,7 +38,7 @@ def find_cmd(cmd): following code and looking for the application itself:: import sys - argv = [sys.executable, '-m', 'IPython.terminal'] + argv = [sys.executable, '-m', 'IPython'] Parameters ----------