##// END OF EJS Templates
Merge pull request #7381 from dsblank/patch-4...
Matthias Bussonnier -
r19811:a9e5b954 merge
parent child Browse files
Show More
@@ -160,7 +160,7 b' class KernelSpecManager(HasTraits):'
160 If ``kernel_name`` is not given, the basename of ``source_dir`` will
160 If ``kernel_name`` is not given, the basename of ``source_dir`` will
161 be used.
161 be used.
162
162
163 If ``system`` is True, it will attempt to install into the systemwide
163 If ``user`` is False, it will attempt to install into the systemwide
164 kernel registry. If the process does not have appropriate permissions,
164 kernel registry. If the process does not have appropriate permissions,
165 an :exc:`OSError` will be raised.
165 an :exc:`OSError` will be raised.
166
166
@@ -186,7 +186,7 b' class KernelSpecManager(HasTraits):'
186 The kernelspec will be written pointing to the Python executable on
186 The kernelspec will be written pointing to the Python executable on
187 which this is run.
187 which this is run.
188
188
189 If ``system`` is True, it will attempt to install into the systemwide
189 If ``user`` is False, it will attempt to install into the systemwide
190 kernel registry. If the process does not have appropriate permissions,
190 kernel registry. If the process does not have appropriate permissions,
191 an :exc:`OSError` will be raised.
191 an :exc:`OSError` will be raised.
192 """
192 """
General Comments 0
You need to be logged in to leave comments. Login now