From d8ba9780f84a400bab6ea11920ed8abd5343e4f4 Mon Sep 17 00:00:00 2001 From: Ryan Williams Date: Fri, 4 Oct 2024 13:12:52 -0400 Subject: [PATCH] comment typo fix --- src/tiledbsoma_ml/pytorch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tiledbsoma_ml/pytorch.py b/src/tiledbsoma_ml/pytorch.py index 3629bdf..a7321ca 100644 --- a/src/tiledbsoma_ml/pytorch.py +++ b/src/tiledbsoma_ml/pytorch.py @@ -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. #