Skip to content

Commit 0e65f26

Browse files
authored
Merge pull request #419 from Zsailer/extension-docs
Remove outdated reference to _jupyter_server_extension_paths in docs
2 parents 4781eec + 21dfb98 commit 0e65f26

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)