Skip to content

Commit 5680583

Browse files
committed
Fix stray docstring escape char breaking CI
1 parent aa1cdf8 commit 5680583

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pystac/catalog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ def add_child(
221221
self.add_link(Link.child(child, title=title))
222222

223223
def add_children(self, children: Iterable["Catalog"]) -> None:
224-
"""Adds links to multiple :class:`~pystac.Catalog` or `~pystac.Collection`\s.
224+
"""Adds links to multiple :class:`~pystac.Catalog` or `~pystac.Collection` objects.
225225
This method will set each child's parent to this object, and their root to
226226
this Catalog's root.
227227

0 commit comments

Comments
 (0)