1
0
mirror of https://github.com/django/django.git synced 2025-08-21 01:09:13 +00:00

Fixed typo in django/contrib/gis/geos/geometry.py.

This commit is contained in:
Alec Kerrigan 2025-08-06 14:24:20 -04:00 committed by Sarah Boyce
parent fd569dd45b
commit 117f90dea5

View File

@ -215,7 +215,7 @@ class GEOSGeometryBase(GEOSBase):
@property @property
def num_points(self): 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 return self.num_coords
@property @property