Skip to content

Commit 46846c0

Browse files
committed
Corrects typo on example in documentation.
1 parent 068c0af commit 46846c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pvlib/modelchain.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ def with_pvwatts(cls, system, location,
447447
448448
>>> pvwatts_losses = {'soiling': 2, 'shading': 3, 'snow': 0, 'mismatch': 2,
449449
>>> 'wiring': 2, 'connections': 0.5, 'lid': 1.5,
450-
>>> 'nameplate_rating': 1, 'age': 0, 'availability': 30}
450+
>>> 'nameplate_rating': 1, 'age': 0, 'availability': 3}
451451
>>> system_with_custom_losses = pvsystem.PVSystem(
452452
>>> surface_tilt=30, surface_azimuth=180,
453453
>>> module_parameters=module_parameters,

0 commit comments

Comments
 (0)