Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentsarago committed Dec 20, 2023
1 parent b1ecd86 commit affc75a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ geojson_feature = {
}

feat = MyPolygonFeatureModel(**geojson_feature)
assert type(feature.geometry) == Polygon
assert type(feat.geometry) == Polygon
```

Or with optional geometry
Expand Down

0 comments on commit affc75a

Please sign in to comment.