Skip to content

Commit acf089f

Browse files
committed
FIX: application.py wrong place modified in the previous commit
1 parent 420cd67 commit acf089f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jupyter_server/extension/application.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,15 +222,15 @@ def _default_static_url_prefix(self):
222222
return url_path_join(self.serverapp.base_url, static_url)
223223

224224
static_paths = List(Unicode(),
225-
help=_i18n("""paths to search for serving static files.
225+
help="""paths to search for serving static files.
226226
227227
This allows adding javascript/css to be available from the notebook server machine,
228228
or overriding individual files in the IPython
229229
"""
230230
).tag(config=True)
231231

232232
template_paths = List(Unicode(),
233-
help="""Paths to search for serving jinja templates.
233+
help=_i18n("""Paths to search for serving jinja templates.
234234
235235
Can be used to override templates from notebook.templates.""")
236236
).tag(config=True)

0 commit comments

Comments
 (0)