mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
spelling
This commit is contained in:
parent
8b09e5f001
commit
e2ae4e6027
1 changed files with 1 additions and 1 deletions
|
@ -254,7 +254,7 @@ def default_xonshrc(env):
|
|||
old_config_filename = xonshconfig(env)
|
||||
if os.path.isfile(old_config_filename):
|
||||
print('WARNING! old style configuration (' +
|
||||
old_config_filename + ') is not longer supported. ' +
|
||||
old_config_filename + ') is no longer supported. ' +
|
||||
'Please migrate to xonshrc.')
|
||||
return dxrc
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue