Skip to content

Commit 4776e8c

Browse files
authored
Merge pull request #299 from didiercrunch/patch-1
Fix typo in documentation.
2 parents 8f7a865 + 16608fc commit 4776e8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/kernel_providers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ For example, imagine we want to tell Jupyter about kernels for a new language
4242
called *oblong*::
4343

4444
# oblong_provider.py
45-
from jupyter_client.discover import KernelProviderBase
45+
from jupyter_client.discovery import KernelProviderBase
4646
from jupyter_client import KernelManager
4747
from shutil import which
4848

0 commit comments

Comments
 (0)