Skip to content

Commit

Permalink
Fix misleading doc for Registry.queryDatasetAssociations.
Browse files Browse the repository at this point in the history
The doc said that flattenChains is true by default, when it's false
by default.
  • Loading branch information
kfindeisen committed Aug 18, 2023
1 parent c6c2f70 commit b43f4ab
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions python/lsst/daf/butler/registry/_registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -1479,9 +1479,8 @@ def queryDatasetAssociations(
If provided, only yield associations from collections of these
types.
flattenChains : `bool`, optional
If `True` (default) search in the children of
`~CollectionType.CHAINED` collections. If `False`, ``CHAINED``
collections are ignored.
If `True`, search in the children of `~CollectionType.CHAINED`
collections. If `False`, ``CHAINED`` collections are ignored.
Yields
------
Expand Down

0 comments on commit b43f4ab

Please sign in to comment.