Browse Source

Fixed copy/paste error in measurement docs

Claude Paroz 11 years ago
parent
commit
e87997dd33
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/ref/contrib/gis/measure.txt

+ 2 - 2
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)