[Doc]: fix typos in Python comments (#24077)

Signed-off-by: Didier Durand <durand.didier@gmail.com>
This commit is contained in:
Didier Durand
2025-09-02 11:38:55 +02:00
committed by GitHub
parent 56d04089ef
commit fad73be1a5
14 changed files with 19 additions and 19 deletions

View File

@@ -282,7 +282,7 @@ def triton_impl(a: torch.Tensor, topk_ids: torch.Tensor,
a1_scale=a1_scale,
block_shape=block_shape,
# Make sure this is set to False so we
# dont end up comparing the same implementation.
# don't end up comparing the same implementation.
allow_deep_gemm=False)