summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Fedoseev <fedoseev.sergey@gmail.com>2016-02-06 09:58:50 +0500
committerSergey Fedoseev <fedoseev.sergey@gmail.com>2016-02-06 09:58:50 +0500
commitf8e865d78f9acb1ad976cffffb207d66ff8cef72 (patch)
treeb8496f7b609a39f99f06a9fc62db48c0cee1d308
parent406675b1a03c0568f7768a73e7c279011e56054d (diff)
Fixed spelling -- super set -> superset.
-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 206a24c8aa..bf8595811f 100644
--- a/docs/ref/contrib/gis/geos.txt
+++ b/docs/ref/contrib/gis/geos.txt
@@ -302,7 +302,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)``.