Skip to content

Commit f28cbd3

Browse files
Update docs/src/intro.md
Co-authored-by: Pete Gadomski <[email protected]>
1 parent b64ceef commit f28cbd3

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
@@ -33,7 +33,7 @@ assert fc.features[0].properties["name"] == "jeff"
3333
- `__geo_interface__`: GeoJSON-like protocol for geo-spatial (GIS) vector data ([spec](https://gist.github.com/sgillies/2217756#__geo_interface)).
3434
- `has_z`: returns true if any coordinate has a Z value.
3535
- `wkt`: returns the Well Known Text representation of the geometry.
36-
- `new`: create a geometry object without providing the `type` information
36+
- `create`: create a geometry object without providing the `type` information
3737

3838
##### For Polygon geometry
3939

0 commit comments

Comments
 (0)