From e87997dd3340bd0914854cce0ce0e3e03b31db4d Mon Sep 17 00:00:00 2001
From: Claude Paroz <claude@2xlibre.net>
Date: Sat, 31 Aug 2013 10:32:58 +0200
Subject: [PATCH] Fixed copy/paste error in measurement docs

---
 docs/ref/contrib/gis/measure.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/ref/contrib/gis/measure.txt b/docs/ref/contrib/gis/measure.txt
index 699677a50c..2a05b42600 100644
--- a/docs/ref/contrib/gis/measure.txt
+++ b/docs/ref/contrib/gis/measure.txt
@@ -147,9 +147,9 @@ Measurement API
 
 .. class:: Area(**kwargs)
 
-   To initialize a distance object, pass in a keyword corresponding to
+   To initialize an area object, pass in a keyword corresponding to
    the desired :ref:`unit attribute name <supported_units>` set with
-   desired value.  For example, the following creates a distance
+   desired value.  For example, the following creates an area
    object representing 5 square miles::
 
        >>> a = Area(sq_mi=5)