Skip to content

Commit 405ab90

Browse files
committed
Change Dict to dict
1 parent 0d7928a commit 405ab90

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
@@ -631,15 +631,15 @@ def isotropic(surface_tilt, dhi, return_components=False):
631631
632632
Returns
633633
-------
634-
numeric, Dict, or DataFrame
634+
numeric, dict, or DataFrame
635635
Return type controlled by ``return_components`` argument.
636636
If ``False``, ``sky_diffuse`` is returned.
637637
If ``True``, ``diffuse_components`` is returned.
638638
639639
sky_diffuse : numeric
640640
The sky diffuse component of the solar radiation. [Wm⁻²]
641641
642-
diffuse_components : Dict (array input) or DataFrame (Series input)
642+
diffuse_components : dict (array input) or DataFrame (Series input)
643643
Keys/columns are:
644644
* poa_sky_diffuse: Total sky diffuse
645645
* poa_isotropic

0 commit comments

Comments
 (0)