From 6eefa7e1a5335c37246da738726e0d797cb7bf9f Mon Sep 17 00:00:00 2001 From: "Robert (Bob) Bruce" Date: Thu, 6 May 2021 01:25:11 +0200 Subject: [PATCH] edit line 276 as descirbed in issue #68 --- docs/_sources/index.rst.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_sources/index.rst.txt b/docs/_sources/index.rst.txt index 89be5f1..a0411ab 100644 --- a/docs/_sources/index.rst.txt +++ b/docs/_sources/index.rst.txt @@ -273,7 +273,7 @@ in the :mod:`~astral.geocoder` module .. code-block:: python >>> from astral.geocoder import group - >>> europe = group("europe") + >>> europe = group("europe",db) >>> sorted(europe.keys()) ['aberdeen', 'amsterdam', 'andorra_la_vella', 'ankara', 'athens', ...]