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 4110a8c commit 9db7bf8Copy full SHA for 9db7bf8
pystac/extensions/base.py
@@ -7,7 +7,7 @@
7
8
9
class ExtendedObject:
10
- """ExtendedObject maps STACObject classes (Catalog, Collecition and Item) to
+ """ExtendedObject maps STACObject classes (Catalog, Collection and Item) to
11
extension classes (classes that implement one of CatalogExtension, CollectionExtesion,
12
or ItemCollection). When an extension is registered with PySTAC it uses the registered
13
list of ExtendedObject to determine how to handle extending objects, e.g. when item.ext.label
0 commit comments