Skip to content

Commit

Permalink
Fix typo in documentation pvlib.location.Location.get_get_sun_rise_se…
Browse files Browse the repository at this point in the history
…t_transit (#1776)
  • Loading branch information
echedey-ls committed Jun 18, 2023
1 parent 763dd0a commit 81598e4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pvlib/location.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,8 +331,9 @@ def get_sun_rise_set_transit(self, times, method='pyephem', **kwargs):
method : str, default 'pyephem'
'pyephem', 'spa', or 'geometric'
kwargs are passed to the relevant functions. See
solarposition.sun_rise_set_transit_<method> for details.
kwargs :
Passed to the relevant functions. See
solarposition.sun_rise_set_transit_<method> for details.
Returns
-------
Expand Down

0 comments on commit 81598e4

Please sign in to comment.