Skip to content

Commit 504c1ed

Browse files
committed
fix comment typo
1 parent 6caa229 commit 504c1ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/torchlensmaker/core/tensor_manip.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ def cartesian_prod2d_optional(
193193

194194
def bbroad(vector: Tensor, nbatch: int) -> Tensor:
195195
"""
196-
Expoands a tensor to be compatible with the dimensions of a batched tensor
196+
Expands a tensor to be compatible with the dimensions of a batched tensor
197197
by appending batch dimensions as needed.
198198
199199
Args:

0 commit comments

Comments
 (0)