From 0cbfed855e6dccf1a590cdfa82cc77222678a8bd 2014-11-06 19:59:44 From: Scott Sanderson Date: 2014-11-06 19:59:44 Subject: [PATCH] DOC: Fix typo in comment. --- 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 = [