Skip to content

Commit

Permalink
Merge pull request #247 from jrbourbeau/keyword-typo
Browse files Browse the repository at this point in the history
Update example in `search_datasets`
  • Loading branch information
betolink committed Jun 13, 2023
2 parents d7de068 + 3081162 commit 86bd776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion earthaccess/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def search_datasets(
Examples:
```python
datasets = earthaccess.search_datasets(
keywords="sea surface anomaly",
keyword="sea surface anomaly",
cloud_hosted=True
)
```
Expand Down

0 comments on commit 86bd776

Please sign in to comment.