fixed typo error (#162055)

Fixes #162054

Pull Request resolved: https://github.com/pytorch/pytorch/pull/162055
Approved by: https://github.com/RajeshvShiyal, https://github.com/malfet
This commit is contained in:
Rohit Manav
2025-09-04 00:06:55 +00:00
committed by PyTorch MergeBot
parent a918bbad6a
commit 5f3cbc9442

View File

@ -33,7 +33,7 @@ class Interpreter:
transformations as well as analysis passes.
Methods in the Interpreter class can be overridden to customize
the behavior of execution. The map of overrideable methods
the behavior of execution. The map of overridable methods
in terms of call hierarchy::
run()