Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
robert-bob-bruce opened this issue May 5, 2021 · 0 comments

Comments

@robert-bob-bruce
Copy link

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())

robert-bob-bruce added a commit to robert-bob-bruce/astral that referenced this issue May 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant