This commit is contained in:
Anthony Scopatz 2018-04-23 18:23:42 -04:00
parent 8b09e5f001
commit e2ae4e6027

View file

@ -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