From af76e725dac97683d1ff5cf02e46353aa943065c Mon Sep 17 00:00:00 2001 From: Yining Liu Date: Wed, 3 Sep 2025 22:23:32 -0700 Subject: [PATCH] fix typo in torchx doc (#1104) Summary: Fix typo in torchx doc Pull Request resolved: https://github.com/pytorch/torchx/pull/1104 Test Plan: Imported from GitHub, without a `Test Plan:` line. Rollback Plan: Reviewed By: kiukchung Differential Revision: D80435072 Pulled By: 610lyn --- torchx/runner/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/torchx/runner/config.py b/torchx/runner/config.py index 0366d691e..ab8e52711 100644 --- a/torchx/runner/config.py +++ b/torchx/runner/config.py @@ -73,7 +73,7 @@ #. In addition, it is possible to specify a different config other than .torchxconfig to load at runtime. Requirements are that the config path is specified by enviornment - variable TORCHX_CONFIG. It also disables hierarchy loading configs from multiple + variable TORCHXCONFIG. It also disables hierarchy loading configs from multiple directories as the cases otherwise. #. User level .torchxconfig