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 aa1cdf8 commit 5680583Copy full SHA for 5680583
pystac/catalog.py
@@ -221,7 +221,7 @@ def add_child(
221
self.add_link(Link.child(child, title=title))
222
223
def add_children(self, children: Iterable["Catalog"]) -> None:
224
- """Adds links to multiple :class:`~pystac.Catalog` or `~pystac.Collection`\s.
+ """Adds links to multiple :class:`~pystac.Catalog` or `~pystac.Collection` objects.
225
This method will set each child's parent to this object, and their root to
226
this Catalog's root.
227
0 commit comments