diff --git a/docs/source/fx.rst b/docs/source/fx.rst index eb0e145c4bb6..442cf8864a64 100644 --- a/docs/source/fx.rst +++ b/docs/source/fx.rst @@ -854,7 +854,7 @@ Non-\ ``torch`` Functions FX uses ``__torch_function__`` as the mechanism by which it intercepts calls (see the `technical -overview `__ +overview `__ for more information about this). Some functions, such as builtin Python functions or those in the ``math`` module, are not covered by ``__torch_function__``, but we would still like to capture them in