Skip to content

Commit 7caf4eb

Browse files
authored
Minor Documentation and Typo Fixes (#2481)
* Update pvfactors.py * Update _fit_desoto_pvsyst_sandia.py
1 parent 10edc65 commit 7caf4eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pvlib/bifacial/pvfactors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
22
The ``bifacial.pvfactors`` module contains functions for modeling back surface
3-
plane-of-array irradiance using an external implementaton of the pvfactors
3+
plane-of-array irradiance using an external implementation of the pvfactors
44
model (either ``solarfactors`` or the original ``pvfactors``).
55
"""
66

pvlib/ivtools/sdm/_fit_desoto_pvsyst_sandia.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ def _update_io(voc, iph, io, rs, rsh, nnsvth):
267267
.. [1] PVLib MATLAB https://github.com/sandialabs/MATLAB_PV_LIB
268268
.. [2] C. Hansen, Parameter Estimation for Single Diode Models of
269269
Photovoltaic Modules, Sandia National Laboratories Report SAND2015-2065
270-
.. [3] C. Hansen, Estimation of Parameteres for Single Diode Models using
270+
.. [3] C. Hansen, Estimation of Parameters for Single Diode Models using
271271
Measured IV Curves, Proc. of the 39th IEEE PVSC, June 2013.
272272
"""
273273

0 commit comments

Comments
 (0)