We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 793a0ff commit 2a16ab6Copy full SHA for 2a16ab6
pystac/catalog.py
@@ -17,7 +17,7 @@ def __str__(self):
17
18
SELF_CONTAINED = 'SELF_CONTAINED'
19
"""A 'self-contained catalog' is one that is designed for portability.
20
- Users may want to download a catalog from online and be able to use it on their
+ Users may want to download an online catalog from and be able to use it on their
21
local computer, so all links need to be relative.
22
23
See:
@@ -322,7 +322,7 @@ def get_items(self):
322
"""Return all items of this catalog.
323
324
Return:
325
- Generator[Item]: Generator of items who's parent is this catalog.
+ Generator[Item]: Generator of items whose parent is this catalog.
326
"""
327
return self.get_stac_objects('item')
328
0 commit comments