From 964e490847011ed7beb1639f35d62b210f1f5dda Mon Sep 17 00:00:00 2001 From: Sergey Fedoseev Date: Tue, 27 Jun 2017 01:10:07 +0600 Subject: [PATCH] Fixed GEOSGeometry reference in GIS tutorial. --- docs/ref/contrib/gis/tutorial.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/ref/contrib/gis/tutorial.txt b/docs/ref/contrib/gis/tutorial.txt index 4be0ca592d..1fb73c9c7f 100644 --- a/docs/ref/contrib/gis/tutorial.txt +++ b/docs/ref/contrib/gis/tutorial.txt @@ -657,9 +657,10 @@ __ http://spatialreference.org/ref/epsg/32140/ Lazy Geometries --------------- GeoDjango loads geometries in a standardized textual representation. When the -geometry field is first accessed, GeoDjango creates a `GEOS geometry object -`, exposing powerful functionality, such as serialization properties -for popular geospatial formats:: +geometry field is first accessed, GeoDjango creates a +:class:`~django.contrib.gis.geos.GEOSGeometry` object, exposing powerful +functionality, such as serialization properties for popular geospatial +formats:: >>> sm = WorldBorder.objects.get(name='San Marino') >>> sm.mpoly