Skip to content

Commit b3caa3c

Browse files
authored
Replace _jupyter_server_extension_paths in apidocs (#1393)
1 parent 95d3b96 commit b3caa3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_server/extension/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def validate_extension(name):
110110
hook or metadata field.
111111
An extension is valid if:
112112
1) name is an importable Python package.
113-
1) the package has a _jupyter_server_extension_paths function
113+
1) the package has a _jupyter_server_extension_points function
114114
2) each extension path has a _load_jupyter_server_extension function
115115
116116
If this works, nothing should happen.

0 commit comments

Comments
 (0)