@@ -624,22 +624,18 @@ def isotropic(surface_tilt, dhi, return_components=False):
624624 Diffuse horizontal irradiance, must be >=0. See :term:`dhi`.
625625
626626 return_components : bool, default `False`
627- If `False`, ``sky_diffuse`` is returned.
628- If `True`, ``diffuse_components`` is returned.
629- For this model, return_components does not add more information,
627+ If `` False` `, ``sky_diffuse`` is returned.
628+ If `` True` `, ``diffuse_components`` is returned.
629+ For this model, `` return_components`` does not add more information,
630630 but it is included for consistency with the other sky diffuse models.
631631
632632 Returns
633633 -------
634- numeric, Dict, or DataFrame
635- Return type controlled by ``return_components`` argument.
636- If `False`, ``sky_diffuse`` is returned.
637- If `True`, ``diffuse_components`` is returned.
638-
639- sky_diffuse : numeric
634+ sky_diffuse : numeric (if ``return_components`` is ``False``)
640635 The sky diffuse component of the solar radiation. [Wm⁻²]
641636
642637 diffuse_components : Dict (array input) or DataFrame (Series input)
638+ (if ``return_components`` is ``True``)
643639 Keys/columns are:
644640 * poa_sky_diffuse: Total sky diffuse
645641 * poa_isotropic
0 commit comments