Skip to content

Commit f8e623e

Browse files
Apply suggestions from code review
Co-authored-by: Kevin Anderson <[email protected]>
1 parent 01ed3bd commit f8e623e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pvlib/iotools/pvgis.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -477,11 +477,11 @@ def get_pvgis_tmy(latitude, longitude, outputformat='json', usehorizon=True,
477477
Use to specify a time zone other than the default UTC zero and roll
478478
dataframe by ``roll_utc_offset`` so it starts at midnight on January
479479
1st. Ignored if ``None``, otherwise will force year to ``coerce_year``.
480-
coerce_year: int, optional
480+
coerce_year: int, default 1990
481481
Use to force indices to desired year. Defaults to 1990. Specify
482482
``None`` to return the actual indicies used for the TMY. If
483483
``coerce_year`` is ``None``, but ``roll_utc_offset`` is specified,
484-
then ``coerce`` year will be set to the default.
484+
then ``coerce_year`` will be set to the default.
485485
486486
Returns
487487
-------

0 commit comments

Comments
 (0)