Skip to content

Commit 2a16ab6

Browse files
Update catalog.py
Minor edits
1 parent 793a0ff commit 2a16ab6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pystac/catalog.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def __str__(self):
1717

1818
SELF_CONTAINED = 'SELF_CONTAINED'
1919
"""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
20+
Users may want to download an online catalog from and be able to use it on their
2121
local computer, so all links need to be relative.
2222
2323
See:
@@ -322,7 +322,7 @@ def get_items(self):
322322
"""Return all items of this catalog.
323323
324324
Return:
325-
Generator[Item]: Generator of items who's parent is this catalog.
325+
Generator[Item]: Generator of items whose parent is this catalog.
326326
"""
327327
return self.get_stac_objects('item')
328328

0 commit comments

Comments
 (0)