Skip to content

Commit

Permalink
Merge pull request #2163 from minrk/profie_dir_typo
Browse files Browse the repository at this point in the history
fix 'remote_profie_dir' typo in SSH launchers
  • Loading branch information
bfroehle committed Jul 18, 2012
2 parents 072f555 + 87e3f01 commit d9f0fed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IPython/parallel/apps/launcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,7 @@ class SSHClusterLauncher(SSHLauncher):
If not specified, use calling profile, stripping out possible leading homedir.
""")

def _remote_profie_dir_default(self):
def _remote_profile_dir_default(self):
"""turns /home/you/.ipython/profile_foo into .ipython/profile_foo
"""
home = get_home_dir()
Expand Down

0 comments on commit d9f0fed

Please sign in to comment.