From 305cbd782a20810a9cb29cbbb7345d61108b8bd4 Mon Sep 17 00:00:00 2001 From: Francisco Beltrao Date: Wed, 27 Aug 2025 13:33:04 +0200 Subject: [PATCH] Fix typo in list_envs.py script path Corrected the file path for the list_envs.py script in the documentation. Signed-off-by: Francisco Beltrao --- docs/source/setup/quickstart.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/setup/quickstart.rst b/docs/source/setup/quickstart.rst index 2bd314101e0c..a42bc665570a 100644 --- a/docs/source/setup/quickstart.rst +++ b/docs/source/setup/quickstart.rst @@ -125,7 +125,7 @@ List Available Environments Above, ``Isaac-Ant-v0`` is the task name and ``skrl`` is the RL framework being used. The ``Isaac-Ant-v0`` environment has been registered with the `Gymnasium API `_, and you can see how the entry point is defined -by calling the ``list_envs.py`` script, which can be found in ``isaaclab/scripts/environments/lsit_envs.py``. You should see entries like the following +by calling the ``list_envs.py`` script, which can be found in ``isaaclab/scripts/environments/list_envs.py``. You should see entries like the following .. code-block:: bash