diff options
| author | Sergey Fedoseev <fedoseev.sergey@gmail.com> | 2015-12-18 15:36:55 +0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-12-18 07:09:27 -0500 |
| commit | 12b0d070d993174ba7918a9a2e886bbdd7252401 (patch) | |
| tree | ba1fdcba4e9bcec3ee96603b9d02771b72266829 /docs | |
| parent | 14146f6347e5f8ec6b58b2cd79b68bffae8b8e58 (diff) | |
[1.9.x] Fixed a typo in docs/ref/contrib/gis/geos.txt.
Backport of e09007076138d71d9605c4acd94acdf29cbc87e7 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/contrib/gis/geos.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/gis/geos.txt b/docs/ref/contrib/gis/geos.txt index 9d7a77a015..f4cc5876f2 100644 --- a/docs/ref/contrib/gis/geos.txt +++ b/docs/ref/contrib/gis/geos.txt @@ -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. |
