From 25e788f461f9a589a16c0109ae6c6a4a250afa12 Mon Sep 17 00:00:00 2001 From: Lance Griffin <71427621+lgltan@users.noreply.github.com> Date: Wed, 22 Oct 2025 13:53:22 +0800 Subject: [PATCH] Typo Fix changed pythom -> python in Please run _**pythom** -m infinigen... --- docs/ConfiguringInfinigen.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ConfiguringInfinigen.md b/docs/ConfiguringInfinigen.md index 544f25b92..3f144ccf3 100644 --- a/docs/ConfiguringInfinigen.md +++ b/docs/ConfiguringInfinigen.md @@ -150,7 +150,7 @@ Some scene type configs are also generally more expensive than others. `forest.g ### Other `manage_jobs.py` commandline options -Please run `pythom -m infinigen.datagen.manage_jobs --help` for an up-to-date description of other commandline arguments. We always use `--cleanup big_files --warmup_sec 30000` for large render jobs. Optionally, you can also log render progress to Weights & Biases. +Please run `python -m infinigen.datagen.manage_jobs --help` for an up-to-date description of other commandline arguments. We always use `--cleanup big_files --warmup_sec 30000` for large render jobs. Optionally, you can also log render progress to Weights & Biases. ## Example Commands