Skip to content

Commit 5bea928

Browse files
committed
fix reference links
1 parent 2d3335c commit 5bea928

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pvlib/iotools/pvgis.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,9 @@ def get_pvgis_tmy(lat, lon, outputformat='json', usehorizon=True,
7171
the error message in the response will be raised as an exception,
7272
otherwise raise whatever ``HTTP/1.1`` error occurred
7373
74-
.. [1] 'PVGIS <https://ec.europa.eu/jrc/en/pvgis>`_
74+
.. [1] `PVGIS <https://ec.europa.eu/jrc/en/pvgis>`_
7575
.. [2] `PVGIS TMY tool <https://ec.europa.eu/jrc/en/PVGIS/tools/tmy>`_
76-
.. [3] `PVGIS horizon profile tool
77-
<https://ec.europa.eu/jrc/en/PVGIS/tools/horizon>`_
76+
.. [3] `PVGIS horizon profile tool <https://ec.europa.eu/jrc/en/PVGIS/tools/horizon>`_
7877
"""
7978
# use requests to format the query string by passing params dictionary
8079
params = {'lat': lat, 'lon': lon, 'outputformat': outputformat}

0 commit comments

Comments
 (0)