Skip to content

Commit 80b672b

Browse files
committed
Fix missing bracket
1 parent bfc0127 commit 80b672b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pvlib/iotools/solaranywhere.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ def get_solaranywhere(latitude, longitude, api_key, start=None, end=None,
128128
.. [1] `SolarAnywhere API
129129
<https://www.solaranywhere.com/support/using-solaranywhere/api/>`_
130130
.. [2] `SolarAnywhere irradiance and weather API requests
131-
https://apidocs.solaranywhere.com/>`_
131+
<https://apidocs.solaranywhere.com/>`_
132132
.. [3] `SolarAnywhere variable definitions
133133
<https://www.solaranywhere.com/support/data-fields/definitions/>`_
134134
""" # noqa: E501

0 commit comments

Comments
 (0)