diff --git a/metagpt/actions/project_management.py b/metagpt/actions/project_management.py index 0a3a93268..f64b8b7de 100644 --- a/metagpt/actions/project_management.py +++ b/metagpt/actions/project_management.py @@ -77,7 +77,7 @@ class WriteTasks(Action): >>> action = WriteTasks() >>> result = await action.run(user_requirement=user_requirement, design_filename=design_filename, output_pathname=output_pathname) >>> print(result) - The project schedule is at /absolute/path/to/nake_game/docs/project_schedule.json + The project schedule is at /absolute/path/to/snake_game/docs/project_schedule.json # Write a project schedule with a user requirement. >>> user_requirement = "Write project schedule for a snake game following these requirements: ..."