diff --git a/recipes_source/torch_logs.py b/recipes_source/torch_logs.py index 90edf4c5031..b5c3f0bd8ac 100644 --- a/recipes_source/torch_logs.py +++ b/recipes_source/torch_logs.py @@ -8,7 +8,7 @@ ###################################################################### # -# This tutorial introduces the ``TORCH_LOGS`` environment variable, as well ass the Python API, and +# This tutorial introduces the ``TORCH_LOGS`` environment variable, as well as the Python API, and # demonstrates how to apply it to observe the phases of ``torch.compile``. # # .. note::