Skip to content

Commit 68cc28f

Browse files
authored
Merge pull request #189 from cmd-ntrf/config_serverproxy_docstring
2 parents 4b20947 + 7e77254 commit 68cc28f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_server_proxy/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ class ServerProxy(Configurable):
135135
The optional template arguments {{port}} and {{base_url}} will be substituted with the
136136
port the process should listen on and the base-url of the notebook.
137137
138-
Could also be a callable. It should return a dictionary.
138+
Could also be a callable. It should return a list.
139139
140140
environment
141141
A dictionary of environment variable mappings. {{port}} and {{base_url}} will be

0 commit comments

Comments
 (0)