Skip to content

Commit 6171e77

Browse files
echedey-lscwhanse
andcommitted
Modified cwhanse suggestion
Co-Authored-By: Cliff Hansen <5393711+cwhanse@users.noreply.github.com>
1 parent 7b3cc76 commit 6171e77

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
@@ -140,11 +140,11 @@ def basic_chain(times, latitude, longitude,
140140
141141
altitude : float, optional
142142
If not specified, computed from pressure. Assumed to be 0 m
143-
if pressure is also None.
143+
if ``pressure`` is also unspecified.
144144
145145
pressure : float, optional
146146
If not specified, computed from altitude. Assumed to be 101325 Pa
147-
if altitude is also None.
147+
if ``altitude`` is also unspecified.
148148
149149
**kwargs
150150
Arbitrary keyword arguments.

0 commit comments

Comments
 (0)