From 8a6af683cee1f5038297b4f54ce3fbcd65b6e7c7 Mon Sep 17 00:00:00 2001 From: Scott Sanderson Date: Thu, 6 Nov 2014 14:59:44 -0500 Subject: [PATCH] DOC: Fix typo in comment. --- IPython/html/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IPython/html/__init__.py b/IPython/html/__init__.py index d318d671e..a58d48267 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 = [