Skip to content

Commit

Permalink
Fix spelling typo
Browse files Browse the repository at this point in the history
  • Loading branch information
timj committed Jun 15, 2023
1 parent 31a9cf7 commit 73088e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/daf/butler/registry/queries/_query_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,7 @@ def extract_dimension_relationships(self, relation: Relation) -> set[frozenset[s
could easily correct this by joining that dimension in directly. But
it's also missing the ``{instrument, exposure, physical_filter}``
relationship we'd get from the ``exposure`` dimension's own relation
(``exposure`` implies ``phyiscal_filter``) and the similar
(``exposure`` implies ``physical_filter``) and the similar
``{instrument, physical_filter, band}`` relationship from the
``physical_filter`` dimension relation; we need the relationship logic
to recognize that those dimensions need to be joined in as well in
Expand Down

0 comments on commit 73088e3

Please sign in to comment.