Skip to content

Commit

Permalink
Fix doc return-type references.
Browse files Browse the repository at this point in the history
  • Loading branch information
TallJimbo committed Sep 20, 2022
1 parent 38c22a6 commit 3909cdf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions python/lsst/daf/butler/registry/_registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -1475,7 +1475,7 @@ def queryDataIds(
Returns
-------
dataIds : `DataCoordinateQueryResults`
dataIds : `queries.DataCoordinateQueryResults`
Data IDs matching the given query parameters. These are guaranteed
to identify all dimensions (`DataCoordinate.hasFull` returns
`True`), but will not contain `DimensionRecord` objects
Expand Down Expand Up @@ -1563,7 +1563,7 @@ def queryDimensionRecords(
Returns
-------
dataIds : `DimensionRecordQueryResults`
dataIds : `queries.DimensionRecordQueryResults`
Data IDs matching the given query parameters.
Raises
Expand Down Expand Up @@ -1623,7 +1623,7 @@ def queryDatasetAssociations(
Yields
------
association : `DatasetAssociation`
association : `.DatasetAssociation`
Object representing the relationship between a single dataset and
a single collection.
Expand Down

0 comments on commit 3909cdf

Please sign in to comment.