Skip to content

Commit f1b1559

Browse files
authored
Update intermediate_source/_torch_export_nightly_tutorial.py
1 parent bce75d8 commit f1b1559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intermediate_source/_torch_export_nightly_tutorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ def nonzero(x):
464464

465465
@torch.library.register_fake("mylib::nonzero")
466466
def _(x):
467-
# Number of nonzero-elements is data-dependent.
467+
# The number of nonzero-elements is data-dependent.
468468
# Since we cannot peek at the data in an abstract implementation,
469469
# we use the `ctx` object to construct a new ``symint`` that
470470
# represents the data-dependent size.

0 commit comments

Comments
 (0)