From a38eadbfefa9da254e498842f563a130f68caed4 Mon Sep 17 00:00:00 2001 From: Thomas Kluyver Date: Fri, 24 Feb 2017 18:26:13 +0000 Subject: [PATCH] Fix spelling --- docs/source/extending/handlers.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/extending/handlers.rst b/docs/source/extending/handlers.rst index aea3767e6..90bed96a9 100644 --- a/docs/source/extending/handlers.rst +++ b/docs/source/extending/handlers.rst @@ -32,7 +32,7 @@ when the extension is loaded. To get the notebook server to load your custom extension, you'll need to add it to the list of extensions to be loaded. You can do this using the config system. ``NotebookApp.nbserver_extensions`` is a config variable -which is an dictionary of strings, each a Python module to be imported, mapping +which is a dictionary of strings, each a Python module to be imported, mapping to ``True`` to enable or ``False`` to disable each extension. Because this variable is notebook config, you can set it two different ways, using config files or via the command line.