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):
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 )
You can’t perform that action at this time.
0 commit comments