sffjunkie / astral

Python calculations for the position of the sun and moon.
Apache License 2.0
242 stars 47 forks source link

Example in astral/docs/_sources/index.rst.txt needs to corrected. #68

Open robert-bob-bruce opened 3 years ago

robert-bob-bruce commented 3 years ago

Example under Timezones group

from astral.geocoder import group europe = group("europe")

Traceback (most recent call last): File "<pyshell#430>", line 1, in europe = group("europe") TypeError: group() missing 1 required positional argument: 'db'

suggested correction to documentation

europre = group("europe",database())