Skip to content

Commit

Permalink
Merge pull request #18 from jupyter/ipy->jupyter
Browse files Browse the repository at this point in the history
Clean up some naming left behinds from migration
  • Loading branch information
minrk committed May 14, 2015
2 parents e64d494 + 8e1b439 commit 9112419
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions jupyter_client/kernelspecapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def _kernel_name_default(self):
replace = Bool(False, config=True,
help="Replace any existing kernel spec with this name."
)

aliases = {'name': 'InstallKernelSpec.kernel_name'}
aliases.update(base_aliases)

Expand Down Expand Up @@ -119,8 +119,8 @@ def start(self):
self.exit(e)

class KernelSpecApp(Application):
name = "ipython kernelspec"
description = """Manage IPython kernel specifications."""
name = "jupyter kernelspec"
description = """Manage Jupyter kernel specifications."""

subcommands = Dict({
'list': (ListKernelSpecs, ListKernelSpecs.description.splitlines()[0]),
Expand Down
2 changes: 1 addition & 1 deletion jupyter_client/tests/test_adapter.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Tests for adapting IPython msg spec versions"""
"""Tests for adapting Jupyter msg spec versions"""

# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.
Expand Down

0 comments on commit 9112419

Please sign in to comment.