Skip to content

Commit affc75a

Browse files
committed
fix typo
1 parent b1ecd86 commit affc75a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ geojson_feature = {
103103
}
104104

105105
feat = MyPolygonFeatureModel(**geojson_feature)
106-
assert type(feature.geometry) == Polygon
106+
assert type(feat.geometry) == Polygon
107107
```
108108

109109
Or with optional geometry

0 commit comments

Comments
 (0)