diff --git a/torch/fx/interpreter.py b/torch/fx/interpreter.py index 4e1ab646593a..a6cbe1cfe2c8 100644 --- a/torch/fx/interpreter.py +++ b/torch/fx/interpreter.py @@ -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()