summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlec Kerrigan <akerrigan@ara.com>2025-08-06 14:24:20 -0400
committerSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2025-08-08 09:50:28 +0200
commit117f90dea53b0dd121eb14f07bcbadb295665ff7 (patch)
treea5b41395c9b603470256774186f48555c57bb286
parentfd569dd45bf0746378faf7f65172497f21ed27f0 (diff)
Fixed typo in django/contrib/gis/geos/geometry.py.
-rw-r--r--django/contrib/gis/geos/geometry.py2
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