diff --git a/IPython/html/__init__.py b/IPython/html/__init__.py index d318d67..a58d482 100644 --- a/IPython/html/__init__.py +++ b/IPython/html/__init__.py @@ -12,7 +12,7 @@ DEFAULT_STATIC_FILES_PATH = os.path.join(os.path.dirname(__file__), "static") # template. # # For example, if you want to override a specific block of notebook.html, you -# can create a file called notebook.html that inherits from from +# can create a file called notebook.html that inherits from # templates/notebook.html, and the latter will resolve correctly to the base # implementation. DEFAULT_TEMPLATE_PATH_LIST = [