summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorSergey Fedoseev <fedoseev.sergey@gmail.com>2016-02-06 09:58:50 +0500
committerTim Graham <timograham@gmail.com>2016-02-06 08:28:25 -0500
commit2526e452b6722a84c00a5e744edd6936bcc5d8bc (patch)
tree050a14f3dabf4ed5451829cfaecd74a6ae046fc7 /docs/ref
parent23509a895f3b1759375792a2da7ada02bc51eab0 (diff)
[1.9.x] Fixed spelling -- super set -> superset.
Backport of f8e865d78f9acb1ad976cffffb207d66ff8cef72 from master
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/contrib/gis/geos.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/gis/geos.txt b/docs/ref/contrib/gis/geos.txt
index d2f9eddba5..3c7c70b598 100644
--- a/docs/ref/contrib/gis/geos.txt
+++ b/docs/ref/contrib/gis/geos.txt
@@ -307,7 +307,7 @@ another object.
.. attribute:: GEOSGeometry.ewkt
Returns the "extended" Well-Known Text of the geometry. This representation
-is specific to PostGIS and is a super set of the OGC WKT standard. [#fnogc]_
+is specific to PostGIS and is a superset of the OGC WKT standard. [#fnogc]_
Essentially the SRID is prepended to the WKT representation, for example
``SRID=4326;POINT(5 23)``.