From 60122c031972a53e036f8555b15ab60a3ceedbde 2012-07-21 15:40:48 From: Jason Grout Date: 2012-07-21 15:40:48 Subject: [PATCH] fix typo in docs --- diff --git a/IPython/zmq/kernelmanager.py b/IPython/zmq/kernelmanager.py index d034aed..b46b9b3 100644 --- a/IPython/zmq/kernelmanager.py +++ b/IPython/zmq/kernelmanager.py @@ -233,7 +233,7 @@ class ShellSocketChannel(ZMQSocketChannel): will force store_history to be False. store_history : bool, optional (default True) - If set, the kernel will execute store command history. This is forced + If set, the kernel will store command history. This is forced to be False if silent is True. user_variables : list, optional