Skip to content

Commit 41c3ff0

Browse files
committed
Fix list indentation
1 parent 4be6430 commit 41c3ff0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pvlib/irradiance.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -532,13 +532,13 @@ def poa_components(aoi, dni, poa_sky_diffuse, poa_ground_diffuse):
532532
irrads : Dict or DataFrame
533533
Contains the following keys:
534534
535-
* ``poa_global`` : Total diffuse irradiance on a tilted plane. [Wm⁻²]
535+
* ``poa_global`` : Total irradiance on a tilted plane. [Wm⁻²]
536536
* ``poa_direct`` : Direct irradiance on a tilted plane. [Wm⁻²]
537537
* ``poa_diffuse`` : Diffuse irradiance on a tilted plane. [Wm⁻²]
538538
* ``poa_sky_diffuse`` : The sky diffuse component of irradiance on a
539-
tilted plane. [Wm⁻²]
539+
tilted plane. [Wm⁻²]
540540
* ``poa_ground_diffuse`` : The ground diffuse component of irradiance
541-
on a tilted plane. [Wm⁻²]
541+
on a tilted plane. [Wm⁻²]
542542
543543
If ``poa_sky_diffuse`` is a Dict or DataFrame, ``irrads`` will
544544
contain additional keys for each of the diffuse components returned by

0 commit comments

Comments
 (0)