Skip to content

Commit fb6c042

Browse files
Merge pull request #3360 from plotly/LiamConnors-patch-1
Minor edit
2 parents 45f03bd + c63fcee commit fb6c042

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/python/choropleth-maps.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ fig.show()
110110

111111
### Indexing by GeoJSON Properties
112112

113-
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`.
113+
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`.
114114

115115
In the following GeoJSON object/data-file pairing, the values of `properties.district` match the values of the `district` column:
116116

0 commit comments

Comments
 (0)