8000 Update plot_ghi_transposition.py · RoyCoding8/pvlib-python@68b4229 · GitHub
[go: up one dir, main page]

Skip to content

Commit 68b4229

Browse files
committed
Update plot_ghi_transposition.py
1 parent cfe03e4 commit 68b4229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/examples/irradiance-transposition/plot_ghi_transposition.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
# For this example, we will be using Golden, Colorado
2121
lat, lon = 39.755, -105.221
22-
tz='MST'
22+
tz = 'MST'
2323

2424
# Create location object to store lat, lon, timezone
2525
site = location.Location(lat, lon, tz=tz)

0 commit comments

Comments
 (0)
0