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

Signed-off-by: Didier Durand <durand.didier@gmail.com>
This commit is contained in:
Didier Durand
2025-09-01 11:38:20 +02:00
committed by GitHub
parent dc1a53186d
commit 107284959a
14 changed files with 17 additions and 17 deletions

View File

@@ -258,7 +258,7 @@ class DepthWiseSeperableConv1d(nn.Module):
if set different to 0, the number of
depthwise_seperable_out_channel will be used as a channel_out
of the second conv1d layer.
otherwise, it equal to 0, the second conv1d layer is skipped.
otherwise, it equals to 0, the second conv1d layer is skipped.
kernel_size: int
kernel_size
depthwise_multiplier: int