Skip to content

Commit c75a662

Browse files
echedey-lscwhanse
andcommitted
Update modelchain.py
Co-Authored-By: Cliff Hansen <[email protected]>
1 parent 3c3779e commit c75a662

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pvlib/modelchain.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,11 +139,11 @@ def basic_chain(times, latitude, longitude,
139139
Passed to atmosphere.relativeairmass.
140140
141141
altitude : float, optional
142-
If not specified, computed from pressure. Assumed to be 0 m
142+
If not specified, computed from ``pressure``. Assumed to be 0 m
143143
if ``pressure`` is also unspecified.
144144
145145
pressure : float, optional
146-
If not specified, computed from altitude. Assumed to be 101325 Pa
146+
If not specified, computed from ``altitude``. Assumed to be 101325 Pa
147147
if ``altitude`` is also unspecified.
148148
149149
**kwargs

0 commit comments

Comments
 (0)