Skip to content

Commit

Permalink
Add whitespace after full stop in alias message (xonsh#4987)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubo3 committed Nov 9, 2022
1 parent 2da559c commit f61a6d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xonsh/aliases.py
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ def source_foreign_fn(
msg = (
"Skipping application of {0!r} alias from {1!r} "
"since it shares a name with an existing xonsh alias. "
'Use "--overwrite-alias" option to apply it anyway.'
'Use "--overwrite-alias" option to apply it anyway. '
'You may prevent this message with "--suppress-skip-message" or '
'"$FOREIGN_ALIASES_SUPPRESS_SKIP_MESSAGE = True".'
)
Expand Down

0 comments on commit f61a6d3

Please sign in to comment.