From 86d05a22d0994f7dfe7af94bfdc45a2a71833d29 2010-02-08 00:58:54 From: Fernando Perez Date: 2010-02-08 00:58:54 Subject: [PATCH] Fix small typo in variable name. --- diff --git a/IPython/config/default/ipython_config.py b/IPython/config/default/ipython_config.py index a52d8de..c366614 100644 --- a/IPython/config/default/ipython_config.py +++ b/IPython/config/default/ipython_config.py @@ -112,7 +112,7 @@ c = get_config() # ] # c.InteractiveShell.readline_remove_delims = '-/~' # c.InteractiveShell.readline_merge_completions = True -# c.InteractiveShell.readline_omit_names = 0 +# c.InteractiveShell.readline_omit__names = 0 # c.InteractiveShell.screen_length = 0 @@ -145,4 +145,4 @@ c = get_config() # c.AliasManager.user_aliases = [ # ('foo', 'echo Hi') -# ] \ No newline at end of file +# ]