summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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