Skip to content

Commit

Permalink
Merge pull request #7381 from dsblank/patch-4
Browse files Browse the repository at this point in the history
Update kernelspec.py
  • Loading branch information
Carreau committed Jan 5, 2015
2 parents 2a76fbb + cecead0 commit a9e5b95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions IPython/kernel/kernelspec.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def install_kernel_spec(self, source_dir, kernel_name=None, user=False,
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.
Expand All @@ -186,7 +186,7 @@ def install_native_kernel_spec(self, user=False):
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.
"""
Expand Down

0 comments on commit a9e5b95

Please sign in to comment.