Skip to content

Commit

Permalink
fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
betolink committed Feb 1, 2024
1 parent 073e4ac commit acade70
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion earthaccess/search.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,9 @@ def project(self, project: str) -> Type[CollectionQuery]:
"""Searh datasets by associated project
???+ Tip
Not all datasets have an associated instrument. This works
Not all datasets have an associated project. This works
only at the dataset level but not the granule (data) level.
Will bring datasets across DAACs matching the project.
Parameters:
project (String): associated project of a datasets, e.g. project=EMIT
Expand Down

0 comments on commit acade70

Please sign in to comment.