Skip to content

Commit 786cab9

Browse files
committed
Change Dict to dict
1 parent 160a646 commit 786cab9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pvlib/irradiance.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1109,7 +1109,7 @@ def perez(surface_tilt, surface_azimuth, dhi, dni, dni_extra,
11091109
11101110
Returns
11111111
--------
1112-
numeric, Dict, or DataFrame
1112+
numeric, dict, or DataFrame
11131113
Return type controlled by `return_components` argument.
11141114
If ``return_components=False``, `sky_diffuse` is returned.
11151115
If ``return_components=True``, `diffuse_components` is returned.
@@ -1118,7 +1118,7 @@ def perez(surface_tilt, surface_azimuth, dhi, dni, dni_extra,
11181118
The sky diffuse component of the solar radiation on a tilted
11191119
surface.
11201120
1121-
diffuse_components : Dict (array input) or DataFrame (Series input)
1121+
diffuse_components : dict (array input) or DataFrame (Series input)
11221122
Keys/columns are:
11231123
* poa_sky_diffuse: Total sky diffuse
11241124
* poa_isotropic
@@ -1350,7 +1350,7 @@ def perez_driesse(surface_tilt, surface_azimuth, dhi, dni, dni_extra,
13501350
13511351
Returns
13521352
--------
1353-
numeric, Dict, or DataFrame
1353+
numeric, dict, or DataFrame
13541354
Return type controlled by `return_components` argument.
13551355
If ``return_components=False``, `sky_diffuse` is returned.
13561356
If ``return_components=True``, `diffuse_components` is returned.
@@ -1359,7 +1359,7 @@ def perez_driesse(surface_tilt, surface_azimuth, dhi, dni, dni_extra,
13591359
The sky diffuse component of the solar radiation on a tilted
13601360
surface.
13611361
1362-
diffuse_components : Dict (array input) or DataFrame (Series input)
1362+
diffuse_components : dict (array input) or DataFrame (Series input)
13631363
Keys/columns are:
13641364
* poa_sky_diffuse: Total sky diffuse
13651365
* poa_isotropic

0 commit comments

Comments
 (0)