Skip to content

Commit a5687c6

Browse files
committed
refactor: lint
1 parent b62d484 commit a5687c6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CONTRIBUTING.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ This will install the necessary dependencies to run pre-commit every time you ma
6969
Initialize GEE available
7070
^^^^^^^^^^^^^^^^^^^^^^^^
7171

72-
All the ``geetools`` package is build around the Google Earth Engine API. It is thus impossible to work wihin it if you are not registered. Please follow `Google instructions <https://developers.google.com/earth-engine/guides/access>`__ to use the tool.
72+
All the ``geetools`` package is build around the Google Earth Engine API. It is thus impossible to work within it if you are not registered. Please follow `Google instructions <https://developers.google.com/earth-engine/guides/access>`__ to use the tool.
7373

7474
Once you get access to GEE, you have 2 authentication options to work within `geetools`:
7575

docs/setup/inspiration.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Aknowledgment
2-
=============
1+
Acknowledgment
2+
==============
33

44
This project was inspired by other very cool initiatives and we would like to acknowledge them here.
55

docs/usage/plot/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ If you are used to the :py:mod:`pyplot <matplotlib.pyplot>` interface of matplot
8181

8282
.. code-block:: python
8383
84-
# get all hydroshed from the the south amercias within the WWF/HydroATLAS dataset.
84+
# get all hydroshed from the the south americas within the WWF/HydroATLAS dataset.
8585
region = ee.Geometry.BBox(-80, -60, -20, 20);
8686
fc = ee.FeatureCollection('WWF/HydroATLAS/v1/Basins/level04').filterBounds(region)
8787

0 commit comments

Comments
 (0)