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:
parent
fd569dd45b
commit
117f90dea5
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user