Skip to content

Commit

Permalink
fix _profile_changes/d typo in newapplication
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed May 29, 2011
1 parent aad511b commit bd7e164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IPython/core/newapplication.py
Expand Up @@ -274,7 +274,7 @@ def _config_file_paths_default(self):
profile = Unicode(u'default', config=True,
help="""The IPython profile to use."""
)
def _profile_changes(self, name, old, new):
def _profile_changed(self, name, old, new):
self.builtin_profile_dir = os.path.join(
get_ipython_package_dir(), u'config', u'profile', new
)
Expand Down

0 comments on commit bd7e164

Please sign in to comment.