Skip to content

Commit

Permalink
Misc. minor doc fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
TallJimbo committed Mar 4, 2020
1 parent 837bf0d commit b58233d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions python/lsst/daf/butler/registry/_registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -1106,13 +1106,13 @@ def makeQueryBuilder(self, summary: QuerySummary) -> QueryBuilder:
managing more complex queries than those obtainable via `Registry`
interfaces.
This is an advanced `SqlRegistry`-only interface; downstream code
should prefer `Registry.queryDimensions` and `Registry.queryDatasets`
whenever those are sufficient.
This is an advanced interface; downstream code should prefer
`Registry.queryDimensions` and `Registry.queryDatasets` whenever those
are sufficient.
Parameters
----------
summary: `QuerySummary`
summary : `QuerySummary`
Object describing and categorizing the full set of dimensions that
will be included in the query.
Expand Down
4 changes: 2 additions & 2 deletions python/lsst/daf/butler/registry/interfaces/_dimensions.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,8 +307,8 @@ def get(self, element: DimensionElement) -> Optional[DimensionRecordStorage]:
layer, or `None` if there are no records for that element in this
layer.
Note
----
Notes
-----
Dimension elements registered by another client of the same layer since
the last call to `initialize` or `refresh` may not be found.
"""
Expand Down

0 comments on commit b58233d

Please sign in to comment.