diff options
| author | Alec Kerrigan <akerrigan@ara.com> | 2025-08-06 14:24:20 -0400 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2025-08-08 09:50:28 +0200 |
| commit | 117f90dea53b0dd121eb14f07bcbadb295665ff7 (patch) | |
| tree | a5b41395c9b603470256774186f48555c57bb286 | |
| parent | fd569dd45bf0746378faf7f65172497f21ed27f0 (diff) | |
Fixed typo in django/contrib/gis/geos/geometry.py.
| -rw-r--r-- | django/contrib/gis/geos/geometry.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/contrib/gis/geos/geometry.py b/django/contrib/gis/geos/geometry.py index 48658c4218..cbbecd47b1 100644 --- a/django/contrib/gis/geos/geometry.py +++ b/django/contrib/gis/geos/geometry.py @@ -215,7 +215,7 @@ class GEOSGeometryBase(GEOSBase): @property def num_points(self): - "Return the number points, or coordinates, in the Geometry." + "Return the number of points, or coordinates, in the Geometry." return self.num_coords @property |
