Skip to content

Commit fb6f749

Browse files
committed
Doc fix
Fixes #604
1 parent 665a2fd commit fb6f749

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/ux_limitations.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ to occur:
140140
y = torch.randn(3)
141141
expected = x + y
142142

143-
# Raises an error
143+
# Does not raise an error
144144
vmap(f, in_dims=(0, 0))(x, y)
145145
assert torch.allclose(x, expected)
146146

0 commit comments

Comments
 (0)