From f59619c90b8ec0b49e6e6cbefd86a0d3de7da6e7 Mon Sep 17 00:00:00 2001 From: laerus Date: Wed, 24 Aug 2016 04:46:40 +0300 Subject: [PATCH] typo --- xonsh/foreign_shells.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xonsh/foreign_shells.py b/xonsh/foreign_shells.py index 6cd71d7c5..396a87386 100644 --- a/xonsh/foreign_shells.py +++ b/xonsh/foreign_shells.py @@ -553,7 +553,7 @@ def load_foreign_aliases(shells=None, config=None, issue_warning=True): else: del shaliases[alias] print('aliases: alias {!r} of shell {!r} ' - 'tries to override xonsh builtin alias, ' + 'tries to override xonsh alias, ' 'xonsh wins!'.format(alias, shell['shell']), file=sys.stderr) aliases.update(shaliases)