Skip to content

Commit 3f69340

Browse files
reepoicwhanse
andauthored
Update docs/examples/iv-modeling/plot_singlediode.py
Co-authored-by: Cliff Hansen <cwhanse@sandia.gov>
1 parent b21640b commit 3f69340

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/examples/iv-modeling/plot_singlediode.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
# -----------------------
3030
# This example uses :py:meth:`pvlib.pvsystem.calcparams_desoto` to calculate
3131
# the 5 electrical parameters needed to solve the single-diode equation.
32-
# :py:meth:`pvlib.pvsystem.singlediode` is then used to generate the IV curves.
32+
# :py:meth:`pvlib.pvsystem.singlediode` and :py:meth:`pvlib.pvsystem.i_from_v` are used to generate the IV curves.
3333

3434
from pvlib import pvsystem
3535
import numpy as np

0 commit comments

Comments
 (0)