diff --git a/IPython/kernel/kernelspec.py b/IPython/kernel/kernelspec.py index 1c46972..fa685b2 100644 --- a/IPython/kernel/kernelspec.py +++ b/IPython/kernel/kernelspec.py @@ -160,7 +160,7 @@ class KernelSpecManager(HasTraits): If ``kernel_name`` is not given, the basename of ``source_dir`` will be used. - If ``system`` is True, it will attempt to install into the systemwide + If ``user`` is False, it will attempt to install into the systemwide kernel registry. If the process does not have appropriate permissions, an :exc:`OSError` will be raised. @@ -186,7 +186,7 @@ class KernelSpecManager(HasTraits): The kernelspec will be written pointing to the Python executable on which this is run. - If ``system`` is True, it will attempt to install into the systemwide + If ``user`` is False, it will attempt to install into the systemwide kernel registry. If the process does not have appropriate permissions, an :exc:`OSError` will be raised. """