diff --git a/src/crewai/cli/templates/crew/main.py b/src/crewai/cli/templates/crew/main.py index a20125637d..88edfcbffc 100644 --- a/src/crewai/cli/templates/crew/main.py +++ b/src/crewai/cli/templates/crew/main.py @@ -3,7 +3,7 @@ from {{folder_name}}.crew import {{crew_name}}Crew # This main file is intended to be a way for you to run your -# crew locally, so refrain from adding necessary logic into this file. +# crew locally, so refrain from adding unnecessary logic into this file. # Replace with inputs you want to test with, it will automatically # interpolate any tasks and agents information