Skip to content

Commit a83746d

Browse files
committed
Fix docstrings
1 parent 4a425a3 commit a83746d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pvlib/irradiance.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ 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`
626+
return_components : bool, default ``False``
627627
If ``False``, ``sky_diffuse`` is returned.
628628
If ``True``, ``diffuse_components`` is returned.
629629
For this model, ``return_components`` does not add more information,
@@ -635,7 +635,7 @@ def isotropic(surface_tilt, dhi, return_components=False):
635635
The sky diffuse component of the solar radiation. [Wm⁻²]
636636
637637
diffuse_components : Dict (array input) or DataFrame (Series input)
638-
(if ``return_components`` is ``True``)
638+
(if ``return_components`` is ``True``)
639639
Keys/columns are:
640640
* poa_sky_diffuse: Total sky diffuse
641641
* poa_isotropic

0 commit comments

Comments
 (0)