diff options
| author | Claude Paroz <claude@2xlibre.net> | 2013-08-31 10:32:58 +0200 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2013-08-31 10:33:14 +0200 |
| commit | e87997dd3340bd0914854cce0ce0e3e03b31db4d (patch) | |
| tree | d119d477161d122c241671c12250dcc86cb26542 /docs/ref | |
| parent | a89c856a7aadc830951342a1fa49c1a1b5ac9156 (diff) | |
Fixed copy/paste error in measurement docs
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/contrib/gis/measure.txt | 4 |
1 files 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) |
