Skip to content

Commit 1e05229

Browse files
committed
spell
1 parent 67efd65 commit 1e05229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

onnx_diagnostic/torch_export_patches/patch_module.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ def forward(self, x, y):
402402
ep = torch.export.export(Model(), (x, y), dynamic_shapes=ds)
403403
print(ep)
404404
405-
An example with **assginments**:
405+
An example with **assignments**:
406406
407407
.. runpython::
408408
:showcode:

0 commit comments

Comments
 (0)