Skip to content

Commit 83db8df

Browse files
committed
remove whitespace on blank line
1 parent 7c37f66 commit 83db8df

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pvlib/iotools/pvgis.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ def get_pvgis_tmy(lat, lon, outputformat='json', usehorizon=True,
3636
lon : float
3737
Longitude in dgrees east
3838
outputformat : str, default 'json'
39-
Must be in ``['csv', 'basic', 'epw', 'json']``. See [2]_ for more info.
39+
Must be in ``['csv', 'basic', 'epw', 'json']``. See PVGIS TMY tool
40+
documentation [2]_ for more info.
4041
usehorizon : bool, default True
4142
include effects of horizon
4243
userhorizon : list of float, default None
@@ -73,7 +74,7 @@ def get_pvgis_tmy(lat, lon, outputformat='json', usehorizon=True,
7374
7475
References
7576
----------
76-
77+
7778
.. [1] `PVGIS <https://ec.europa.eu/jrc/en/pvgis>`_
7879
.. [2] `PVGIS TMY tool <https://ec.europa.eu/jrc/en/PVGIS/tools/tmy>`_
7980
.. [3] `PVGIS horizon profile tool

0 commit comments

Comments
 (0)