File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -222,15 +222,15 @@ def _default_static_url_prefix(self):
222
222
return url_path_join (self .serverapp .base_url , static_url )
223
223
224
224
static_paths = List (Unicode (),
225
- help = _i18n ( """paths to search for serving static files.
225
+ help = """paths to search for serving static files.
226
226
227
227
This allows adding javascript/css to be available from the notebook server machine,
228
228
or overriding individual files in the IPython
229
229
"""
230
230
).tag (config = True )
231
231
232
232
template_paths = List (Unicode (),
233
- help = """Paths to search for serving jinja templates.
233
+ help = _i18n ( """Paths to search for serving jinja templates.
234
234
235
235
Can be used to override templates from notebook.templates.""" )
236
236
).tag (config = True )
You can’t perform that action at this time.
0 commit comments