##// END OF EJS Templates
DOC: Fix typo in comment.
Scott Sanderson -
Show More
@@ -12,7 +12,7 b' DEFAULT_STATIC_FILES_PATH = os.path.join(os.path.dirname(__file__), "static")'
12 # template.
12 # template.
13 #
13 #
14 # For example, if you want to override a specific block of notebook.html, you
14 # For example, if you want to override a specific block of notebook.html, you
15 # can create a file called notebook.html that inherits from from
15 # can create a file called notebook.html that inherits from
16 # templates/notebook.html, and the latter will resolve correctly to the base
16 # templates/notebook.html, and the latter will resolve correctly to the base
17 # implementation.
17 # implementation.
18 DEFAULT_TEMPLATE_PATH_LIST = [
18 DEFAULT_TEMPLATE_PATH_LIST = [
General Comments 0
You need to be logged in to leave comments. Login now