Skip to content

Commit ee31db1

Browse files
authored
Fix 'alitude' misspelling (#670)
* polite handling of nan in irradiance.perez * add nanmaximum function in tools * fix spelling * Revert "add nanmaximum function in tools" This reverts commit 93b25ea. * Revert "polite handling of nan in irradiance.perez" This reverts commit dd30069.
1 parent af355bd commit ee31db1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pvlib/location.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class Location(object):
4242
pytz.timezone objects will be converted to strings.
4343
ints and floats must be in hours from UTC.
4444
45-
alitude : float, default 0.
45+
altitude : float, default 0.
4646
Altitude from sea level in meters.
4747
4848
name : None or string, default None.

0 commit comments

Comments
 (0)