Skip to content

Commit

Permalink
Fixup docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
trey-stafford committed Oct 31, 2024
1 parent e6151d1 commit 4dc2872
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions icepyx/core/query.py
Original file line number Diff line number Diff line change
Expand Up @@ -740,10 +740,9 @@ def order_vars(self) -> Variables:
def granules(self) -> Granules:
"""
Return the granules object, which provides the underlying functionality
hing, ordering,
and downloading granules for the specified product.
Users are encouraged to use the built-in wrappers
rather than trying to access the granules object themselves.
for searching, ordering, and downloading granules for the specified
product. Users are encouraged to use the built-in wrappers rather than
trying to access the granules object themselves.
See Also
--------
Expand Down

0 comments on commit 4dc2872

Please sign in to comment.