Skip to content

Commit a2abe3e

Browse files
get_sky_diffuse documentation updated (ValueError description) (#2187)
* documentation updated * added comma
1 parent aaf42f6 commit a2abe3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pvlib/irradiance.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -395,8 +395,8 @@ def get_sky_diffuse(surface_tilt, surface_azimuth,
395395
Raises
396396
------
397397
ValueError
398-
If model is one of ``'haydavies'``, ``'reindl'``, or ``'perez'`` and
399-
``dni_extra`` is not specified.
398+
If model is one of ``'haydavies'``, ``'reindl'``, ``'perez'``, or
399+
``'perez_driesse'`` and ``dni_extra`` is not specified.
400400
401401
Notes
402402
-----

0 commit comments

Comments
 (0)