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 @@ -230,7 +230,7 @@ def _default_static_url_prefix(self):
230230 ).tag (config = True )
231231
232232 template_paths = List (Unicode (),
233- help = _i18n ( """Paths to search for serving jinja templates.
233+ help = """Paths to search for serving jinja templates.
234234
235235 Can be used to override templates from notebook.templates.""" )
236236 ).tag (config = True )
@@ -247,7 +247,7 @@ def _config_file_name_default(self):
247247 """The default config file name."""
248248 if not self .name :
249249 return ''
250- return 'jupyter_{}_config' .format (self .name .replace ('-' ,'_' ))
250+ return 'jupyter_{}_config' .format (self .name .replace ('-' , '_' ))
251251
252252 def initialize_settings (self ):
253253 """Override this method to add handling of settings."""
You can’t perform that action at this time.
0 commit comments