Skip to content

Commit

Permalink
clarify comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bkmartinjr committed Aug 25, 2024
1 parent 525aff8 commit db36708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apis/python/src/tiledbsoma/_experiment.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def axis_query( # type: ignore
"""
# mypy doesn't quite understand descriptors so it issues a spurious
# error here.
# (Actually, more likely the error is due to somacore.Experiment not being
# (It is likely the error is due to somacore.Experiment not being
# subclass of somacore.query.query._Experimentish)
return query.ExperimentAxisQuery( # type: ignore
self,
Expand Down

0 comments on commit db36708

Please sign in to comment.