Skip to content

Commit

Permalink
Fix missing word in code comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
TallJimbo committed Aug 18, 2023
1 parent effa96e commit 2dc48b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/daf/butler/registry/queries/_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@ def find_datasets(
"on a query that already includes dataset columns."
)
#
# TODO: it'd nice to do a QueryContext.restore_columns call here or
# TODO: it'd be nice to do a QueryContext.restore_columns call here or
# similar, to look for dataset-constraint joins already present in the
# relation and expand them to include dataset-result columns as well,
# instead of doing a possibly-redundant join here. But that would
Expand Down

0 comments on commit 2dc48b9

Please sign in to comment.