Skip to content

Commit e779f79

Browse files
Apply suggestions from Adam
Co-authored-by: Adam R. Jensen <[email protected]>
1 parent 455e9ad commit e779f79

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pvlib/solarposition.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,8 @@ def sun_rise_set_transit_spa(time, latitude, longitude, how='numpy',
410410
Must be localized to the timezone for ``latitude`` and ``longitude``.
411411
412412
.. versionchanged:: 0.11.2
413-
Renamed from ``times`` to ``time``. Removal in ``v0.12.0``.
413+
The ``times` parameter has been renamed ``time``. The deprecated
414+
``times`` parameter will be removed in ``v0.12.0``.
414415
415416
latitude : float
416417
Latitude in degrees, positive north of equator, negative to south

0 commit comments

Comments
 (0)