From 8cdd0903eba4f20952115bcdcbf92d87617dcc6e Mon Sep 17 00:00:00 2001 From: Nouran Ali Date: Wed, 31 Jan 2024 16:24:32 +0200 Subject: [PATCH] Update torch_logs.py, fixed a typo in the docs fixed a typo in the docs --- recipes_source/torch_logs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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::