fixed typo

This commit is contained in:
Anthony Scopatz 2015-10-12 00:22:28 -04:00
parent 6d2fecb3a1
commit ca7027414c

View file

@ -225,7 +225,7 @@ def load_foreign_aliases(shells=None, config=None, issue_warning=True):
Returns
-------
aliases : dict
A dictionary of the merged alaiases.
A dictionary of the merged aliases.
"""
shells = _get_shells(shells=shells, config=config, issue_warning=issue_warning)
aliases = {}