From f7e8c18aa4b354933a93cd96c6075fa0e9af5f48 Mon Sep 17 00:00:00 2001
From: Yaroslav Halchenko <debian@onerussian.com>
Date: Wed, 30 Nov 2011 09:40:49 -0500
Subject: [PATCH] DOC: fix name for line_profiler_ext.py extension

---
 doc/developers/performance.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/developers/performance.rst b/doc/developers/performance.rst
index df92089dd3..0ad41037bf 100644
--- a/doc/developers/performance.rst
+++ b/doc/developers/performance.rst
@@ -190,7 +190,7 @@ us install ``line-prof`` and wire it to IPython::
 
     $ ipython profile create
 
-  Then create a file named ``~/.ipython/extensions/line_profile_ext`` with
+  Then create a file named ``~/.ipython/extensions/line_profiler_ext.py`` with
   the following content::
 
     import line_profiler
-- 
GitLab