chore: fix comment

This commit is contained in:
Kevaundray Wedderburn 2024-04-18 18:12:15 +01:00
parent 912038bb08
commit 6c8955d4bc

View File

@ -403,7 +403,7 @@ def compute_cells_and_proofs(blob: Blob) -> Tuple[
```python
def compute_cells(blob: Blob) -> Vector[Cell, CELLS_PER_EXT_BLOB]:
"""
Compute the cell data for a blob (without computing the proofs).
Compute the cell data for an extended blob (without computing the proofs).
Public method.
"""