mirror of
https://github.com/django/django.git
synced 2025-11-19 19:24:46 +00:00
Fixed typo in django/contrib/gis/geos/geometry.py.
This commit is contained in:
parent
fd569dd45b
commit
117f90dea5
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue