Skip to content

Commit

Permalink
Merge pull request #299 from didiercrunch/patch-1
Browse files Browse the repository at this point in the history
Fix typo in documentation.
  • Loading branch information
takluyver authored Oct 19, 2017
2 parents 8f7a865 + 16608fc commit 4776e8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/kernel_providers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ For example, imagine we want to tell Jupyter about kernels for a new language
called *oblong*::

# oblong_provider.py
from jupyter_client.discover import KernelProviderBase
from jupyter_client.discovery import KernelProviderBase
from jupyter_client import KernelManager
from shutil import which

Expand Down

0 comments on commit 4776e8c

Please sign in to comment.