Skip to content

Commit e3fc9c7

Browse files
committed
Fix inexistent function reference in poa_components docstring
1 parent dce21b5 commit e3fc9c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pvlib/irradiance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ def poa_components(aoi, dni, poa_sky_diffuse, poa_ground_diffuse):
490490
491491
poa_ground_diffuse : numeric
492492
Ground-reflected irradiance in the plane of the modules,
493-
as calculated by an albedo model (eg. :func:`grounddiffuse`). [Wm⁻²]
493+
as calculated by an albedo model (eg. :py:func:`pvlib.irradiance.get_ground_diffuse`). [Wm⁻²]
494494
495495
Returns
496496
-------

0 commit comments

Comments
 (0)