From c63fcee5ac1de06387e6fdac3f7995cd08cad3d2 Mon Sep 17 00:00:00 2001 From: Liam Connors Date: Thu, 26 Aug 2021 14:14:05 -0400 Subject: [PATCH] Minor edit Corrected typo --- doc/python/choropleth-maps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/python/choropleth-maps.md b/doc/python/choropleth-maps.md index 939081da2bc..52bb0fdb3b6 100644 --- a/doc/python/choropleth-maps.md +++ b/doc/python/choropleth-maps.md @@ -110,7 +110,7 @@ fig.show() ### Indexing by GeoJSON Properties -If the GeoJSON you are using either does not have an `id` field or you wish you use one of the keys in the `properties` field, you may use the `featureidkey` parameter to specify where to match the values of `locations`. +If the GeoJSON you are using either does not have an `id` field or you wish to use one of the keys in the `properties` field, you may use the `featureidkey` parameter to specify where to match the values of `locations`. In the following GeoJSON object/data-file pairing, the values of `properties.district` match the values of the `district` column: