diff options
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) |
