From 6f1dc3545f1f91c6654c5be7a8136c1c23326d77 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 13 Feb 2014 14:49:30 +0530 Subject: [PATCH] ... --- src/calibre/utils/ipython.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/utils/ipython.py b/src/calibre/utils/ipython.py index 1ddd7de960..080b43b591 100644 --- a/src/calibre/utils/ipython.py +++ b/src/calibre/utils/ipython.py @@ -168,7 +168,7 @@ def ipython(user_ns=None): if not user_ns: user_ns = defns else: - user_ns = defns.updatu(user_ns) + user_ns = defns.update(user_ns) c = Config() c.InteractiveShellApp.exec_lines = [