[Doc]: fix typos in Python scripts (#23828)

Signed-off-by: Didier Durand <durand.didier@gmail.com>
This commit is contained in:
Didier Durand
2025-08-28 14:37:38 +02:00
committed by GitHub
parent bfab219648
commit d3da2eea54
10 changed files with 12 additions and 12 deletions

View File

@@ -110,7 +110,7 @@ class BlockTable:
self.block_table_cpu.fill_(0)
def get_device_tensor(self) -> torch.Tensor:
"""Ruturns the device tensor of the block table."""
"""Returns the device tensor of the block table."""
return self.block_table
def get_cpu_tensor(self) -> torch.Tensor: