From 596c0e8dbe2a6a84a7c5741e05a5a8930c18bbb7 Mon Sep 17 00:00:00 2001 From: Luke Murray <34020210+lukesmurray@users.noreply.github.com> Date: Wed, 7 Aug 2019 16:03:15 -0700 Subject: [PATCH] Fix typo in places.py. --- datacommons/places.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datacommons/places.py b/datacommons/places.py index 87218784..0de78f60 100644 --- a/datacommons/places.py +++ b/datacommons/places.py @@ -55,7 +55,7 @@ def get_places_in(dcids, place_type): Examples: We would like to get all Counties contained in `California `_. Specifying - the :code:`dcids` as a :obj:`list` resulst in the following. + the :code:`dcids` as a :obj:`list` result in the following. >>> get_places_in(["geoId/06"], "County") {