Skip to content

Commit 21dfb98

Browse files
committed
remove outdated reference to _jupyter_server_extension_paths
1 parent 4781eec commit 21dfb98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/developers/extensions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ Pair the example above with ``ExtensionHandlers`` that also inherit the ``Extens
251251
Making an ``ExtensionApp`` discoverable
252252
---------------------------------------
253253

254-
To make an ``ExtensionApp`` discoverable by Jupyter Server, add the ``app`` key+value pair to the ``_jupyter_server_extension_paths()`` function example above:
254+
To make an ``ExtensionApp`` discoverable by Jupyter Server, add the ``app`` key+value pair to the ``_jupyter_server_extension_points()`` function example above:
255255

256256
.. code-block:: python
257257

0 commit comments

Comments
 (0)