@@ -623,18 +623,18 @@ def isotropic(surface_tilt, dhi, return_components=False):
623623 dhi : numeric
624624 Diffuse horizontal irradiance, must be >=0. See :term:`dhi`.
625625
626- 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,
626+ 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,
630630 but it is included for consistency with the other sky diffuse models.
631631
632632 Returns
633633 -------
634634 numeric, Dict, or DataFrame
635635 Return type controlled by ``return_components`` argument.
636- If `False`, ``sky_diffuse`` is returned.
637- If `True`, ``diffuse_components`` is returned.
636+ If `` False` `, ``sky_diffuse`` is returned.
637+ If `` True` `, ``diffuse_components`` is returned.
638638
639639 sky_diffuse : numeric
640640 The sky diffuse component of the solar radiation. [Wm⁻²]
0 commit comments