diff --git a/pcigale/sed_modules/redshifting.py b/pcigale/sed_modules/redshifting.py index d843daa5e532613d2b9e2667909e27adf87a805e..a209a5a706c083435c27fc01997888c2f4ed03fd 100644 --- a/pcigale/sed_modules/redshifting.py +++ b/pcigale/sed_modules/redshifting.py @@ -146,8 +146,8 @@ class Redshifting(SedModule): parameter_list = OrderedDict([ ("redshift", ( "cigale_list(minvalue=0.)", - "Redshift to apply to the galaxy. Leave empty to use the redshifts" - " from the input file.", + "Redshift of the objects. Leave empty to use the redshifts from the" + " input file.", None )) ])