Skip to content

Commit 5c3c9bf

Browse files
Apply suggestions from code review
Co-authored-by: Ioannis Sifnaios <[email protected]>
1 parent 611294e commit 5c3c9bf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pvlib/iotools/meteonorm.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -212,12 +212,12 @@ def get_meteonorm_tmy(latitude, longitude, api_key,
212212
with the same random seed will yield identical results.
213213
clear_sky_radiation_model : {'esra', 'solis'}
214214
Which clearsky model to use. The default is 'esra'.
215-
data_version : string, optional
215+
data_version : str, optional
216216
Version of Meteonorm climatological data to be used. The default is
217217
'latest'.
218-
future_scenario: string, optional
218+
future_scenario: str, optional
219219
Future climate scenario.
220-
future_year : integer, optional
220+
future_year : int, optional
221221
Central year for a 20-year reference period in the future.
222222
interval_index: bool, optional
223223
Whether the index of the returned data object is of the type
@@ -228,7 +228,7 @@ def get_meteonorm_tmy(latitude, longitude, api_key,
228228
where applicable. See variable :const:`VARIABLE_MAP`. The default is
229229
True.
230230
url: str, optional.
231-
Base URL of the Meteonorm API. 'climate/tmy'` is
231+
Base URL of the Meteonorm API. `'climate/tmy'` is
232232
appended to the URL. The default is:
233233
:const:`pvlib.iotools.meteonorm.URL`.
234234

0 commit comments

Comments
 (0)