Skip to content

Commit

Permalink
comment typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-williams committed Oct 15, 2024
1 parent e389b17 commit 3f902f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tiledbsoma_ml/pytorch.py
Original file line number Diff line number Diff line change
Expand Up @@ -1282,7 +1282,7 @@ def _coo_to_csr_inner(
# Reorganize all of the data. Side-effect: pointers shifted (reversed in the
# subsequent section).
#
# Method is concurrent (partioned by rows) if number of rows is greater
# Method is concurrent (partitioned by rows) if number of rows is greater
# than 2**partition_bits. This partitioning scheme leverages the fact
# that reads are much cheaper than writes.
#
Expand Down

0 comments on commit 3f902f0

Please sign in to comment.