From 71a217b210019cacaeda17b444baa9346c77ce2a Mon Sep 17 00:00:00 2001 From: Sam Date: Tue, 22 Oct 2024 02:49:33 +1100 Subject: [PATCH] fix(docs): typo (#1470) --- src/crewai/cli/templates/crew/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/crewai/cli/templates/crew/main.py b/src/crewai/cli/templates/crew/main.py index a20125637..88edfcbff 100644 --- a/src/crewai/cli/templates/crew/main.py +++ b/src/crewai/cli/templates/crew/main.py @@ -3,7 +3,7 @@ import sys 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