diff --git a/pvlib/location.py b/pvlib/location.py index 6e8e89ee00..50f98d375d 100644 --- a/pvlib/location.py +++ b/pvlib/location.py @@ -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_ for details. + kwargs : + Passed to the relevant functions. See + solarposition.sun_rise_set_transit_ for details. Returns -------