mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-06 09:20:57 +01:00
fixed typo
This commit is contained in:
parent
6d2fecb3a1
commit
ca7027414c
1 changed files with 1 additions and 1 deletions
|
@ -225,7 +225,7 @@ def load_foreign_aliases(shells=None, config=None, issue_warning=True):
|
||||||
Returns
|
Returns
|
||||||
-------
|
-------
|
||||||
aliases : dict
|
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)
|
shells = _get_shells(shells=shells, config=config, issue_warning=issue_warning)
|
||||||
aliases = {}
|
aliases = {}
|
||||||
|
|
Loading…
Add table
Reference in a new issue