Skip to content

Commit f16d2ea

Browse files
committed
Change Dict to dict
1 parent 80ae94e commit f16d2ea

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
@@ -922,7 +922,7 @@ def reindl(surface_tilt, surface_azimuth, dhi, dni, ghi, dni_extra,
922922
923923
Returns
924924
-------
925-
numeric, Dict, or DataFrame
925+
numeric, dict, or DataFrame
926926
Return type controlled by ``return_components`` argument.
927927
If ``return_components=False``, ``sky_diffuse`` is returned.
928928
If ``return_components=True``, ``diffuse_components`` is returned.
@@ -931,7 +931,7 @@ def reindl(surface_tilt, surface_azimuth, dhi, dni, ghi, dni_extra,
931931
The sky diffuse component of the solar radiation on a tilted
932932
surface.
933933
934-
diffuse_components : Dict (array input) or DataFrame (Series input)
934+
diffuse_components : dict (array input) or DataFrame (Series input)
935935
Keys/columns are:
936936
* poa_sky_diffuse: Total sky diffuse
937937
* poa_isotropic

0 commit comments

Comments
 (0)