Skip to content

Commit 64a8fec

Browse files
committed
fix small typos
1 parent 67744b0 commit 64a8fec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/sphinx/source/package_overview.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ object to accomplish our modeling goal:
192192
temps = localized_system.sapm_celltemp(total_irrad['poa_global'], 0, 20)
193193
aoi = localized_system.get_aoi(solar_position['apparent_zenith'],
194194
solar_position['azimuth'])
195-
am_rel = atmosphere.relativeairmass(solar_position['apparent_zenith'])
195+
am_rel = pvlib.atmosphere.relativeairmass(solar_position['apparent_zenith'])
196196
am_abs = localized_system.get_absoluteairmass(am_rel)
197197
dc = localized_system.sapm(total_irrad['poa_direct'],
198198
total_irrad['poa_diffuse'],
@@ -223,7 +223,7 @@ with the pvlib community via issues and pull requests.
223223
Getting support
224224
---------------
225225
The best way to get support is to make an issue on our
226-
`GitHub issues page<https://github.com/pvlib/pvlib-python/issues>`_.
226+
`GitHub issues page <https://github.com/pvlib/pvlib-python/issues>`_.
227227

228228

229229
How do I contribute?

0 commit comments

Comments
 (0)