Skip to content

Commit 81598e4

Browse files
authored
Fix typo in documentation pvlib.location.Location.get_get_sun_rise_set_transit (#1776)
1 parent 763dd0a commit 81598e4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pvlib/location.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,8 +331,9 @@ def get_sun_rise_set_transit(self, times, method='pyephem', **kwargs):
331331
method : str, default 'pyephem'
332332
'pyephem', 'spa', or 'geometric'
333333
334-
kwargs are passed to the relevant functions. See
335-
solarposition.sun_rise_set_transit_<method> for details.
334+
kwargs :
335+
Passed to the relevant functions. See
336+
solarposition.sun_rise_set_transit_<method> for details.
336337
337338
Returns
338339
-------

0 commit comments

Comments
 (0)