Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pvlib/bifacial/pvfactors.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""
The ``bifacial.pvfactors`` module contains functions for modeling back surface
plane-of-array irradiance using an external implementaton of the pvfactors
plane-of-array irradiance using an external implementation of the pvfactors
model (either ``solarfactors`` or the original ``pvfactors``).
"""

Expand Down
2 changes: 1 addition & 1 deletion pvlib/ivtools/sdm/_fit_desoto_pvsyst_sandia.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ def _update_io(voc, iph, io, rs, rsh, nnsvth):
.. [1] PVLib MATLAB https://github.com/sandialabs/MATLAB_PV_LIB
.. [2] C. Hansen, Parameter Estimation for Single Diode Models of
Photovoltaic Modules, Sandia National Laboratories Report SAND2015-2065
.. [3] C. Hansen, Estimation of Parameteres for Single Diode Models using
.. [3] C. Hansen, Estimation of Parameters for Single Diode Models using
Measured IV Curves, Proc. of the 39th IEEE PVSC, June 2013.
"""

Expand Down
Loading