@@ -122,11 +122,11 @@ def basic_chain(times, latitude, longitude,
122122 :py:func:`inverter.sandia` for details.
123123
124124 irradiance : DataFrame, optional
125- If None , calculates clear sky data.
125+ If not specified , calculates clear sky data.
126126 Columns must be 'dni', 'ghi', 'dhi'.
127127
128128 weather : DataFrame, optional
129- If None , assumes air temperature is 20 C and
129+ If not specified , assumes air temperature is 20 C and
130130 wind speed is 0 m/s.
131131 Columns must be 'wind_speed', 'temp_air'.
132132
@@ -140,11 +140,11 @@ def basic_chain(times, latitude, longitude,
140140 Passed to atmosphere.relativeairmass.
141141
142142 altitude : float, optional
143- If None , computed from pressure. Assumed to be 0 m
143+ If not specified , computed from pressure. Assumed to be 0 m
144144 if pressure is also None.
145145
146146 pressure : float, optional
147- If None , computed from altitude. Assumed to be 101325 Pa
147+ If not specified , computed from altitude. Assumed to be 101325 Pa
148148 if altitude is also None.
149149
150150 **kwargs
@@ -473,28 +473,28 @@ class ModelChain:
473473 Passed to location.get_airmass.
474474
475475 dc_model : None, str, or function, optional
476- If None , the model will be inferred from the parameters that
476+ If not specified , the model will be inferred from the parameters that
477477 are common to all of system.arrays[i].module_parameters.
478478 Valid strings are 'sapm', 'desoto', 'cec', 'pvsyst', 'pvwatts'.
479479 The ModelChain instance will be passed as the first argument
480480 to a user-defined function.
481481
482482 ac_model : None, str, or function, optional
483- If None , the model will be inferred from the parameters that
483+ If not specified , the model will be inferred from the parameters that
484484 are common to all of system.inverter_parameters.
485485 Valid strings are 'sandia', 'adr', 'pvwatts'. The
486486 ModelChain instance will be passed as the first argument to a
487487 user-defined function.
488488
489489 aoi_model : None, str, or function, optional
490- If None , the model will be inferred from the parameters that
490+ If not specified , the model will be inferred from the parameters that
491491 are common to all of system.arrays[i].module_parameters.
492492 Valid strings are 'physical', 'ashrae', 'sapm', 'martin_ruiz',
493493 'no_loss'. The ModelChain instance will be passed as the
494494 first argument to a user-defined function.
495495
496496 spectral_model : None, str, or function, optional
497- If None , the model will be inferred from the parameters that
497+ If not specified , the model will be inferred from the parameters that
498498 are common to all of system.arrays[i].module_parameters.
499499 Valid strings are 'sapm', 'first_solar', 'no_loss'.
500500 The ModelChain instance will be passed as the first argument to
0 commit comments