[1.9.x] Fixed a typo in docs/ref/contrib/gis/geos.txt.

Backport of e09007076138d71d9605c4acd94acdf29cbc87e7 from master
This commit is contained in:
Sergey Fedoseev 2015-12-18 15:36:55 +05:00 committed by Tim Graham
parent 14146f6347
commit 12b0d070d9

View File

@ -467,7 +467,7 @@ The normalized version takes the distance as a float between 0 (origin) and 1
Reverse of :meth:`GEOSGeometry.project`.
.. method:: GEOSGeometry:intersection(other)
.. method:: GEOSGeometry.intersection(other)
Returns a :class:`GEOSGeometry` representing the points shared by this
geometry and other.