Skip to content

Commit

Permalink
Fix typo in environment variables docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexamici committed Apr 3, 2016
1 parent 47f59da commit 53de1d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Install the ``rasterio`` and ``fiona`` packages with ``pip`` to enable it.
Issue `#14 <https://github.com/bopen/elevation/issues/14>`_.
- Enable reading defaults from environment variables prefixed with ``EIO``,
e.g. ``EIO_PRODUCT_PRODCUT=SRTM3`` and ``EIO_CLIP_MARGIN=10%``.
e.g. ``EIO_PRODUCT=SRTM3`` and ``EIO_CLIP_MARGIN=10%``.


0.9.9 (2016-04-01)
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ The ``clip`` sub-command::
--help Show this message and exit.

Defaults can be defined by setting environment variables prefixed with ``EIO``,
e.g. ``EIO_PRODUCT_PRODCUT=SRTM3`` and ``EIO_CLIP_MARGIN=10%``.
e.g. ``EIO_PRODUCT=SRTM3`` and ``EIO_CLIP_MARGIN=10%``.


Python API
Expand Down

0 comments on commit 53de1d3

Please sign in to comment.