Skip to content

Commit

Permalink
Fix function call in terminal embed code.
Browse files Browse the repository at this point in the history
Closes gh-322
  • Loading branch information
takluyver committed Mar 29, 2011
1 parent c671137 commit 6301a14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IPython/frontend/terminal/embed.py
Expand Up @@ -127,7 +127,7 @@ def __call__(self, header='', local_ns=None, global_ns=None, dummy=None,
return

if self.has_readline:
self.set_completer()
self.set_readline_completer()

# self.banner is auto computed
if header:
Expand Down

0 comments on commit 6301a14

Please sign in to comment.