From 80e3dae5dd29a3a55f3283544c3a3c163292bfc3 Mon Sep 17 00:00:00 2001 From: Maya Chen <275405107+otjdiepluong@users.noreply.github.com> Date: Wed, 13 May 2026 15:41:19 +0000 Subject: [PATCH] docs: fix typo in special tokens comment --- metagpt/utils/special_tokens.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metagpt/utils/special_tokens.py b/metagpt/utils/special_tokens.py index 5e780ce052..4418cdd5c0 100644 --- a/metagpt/utils/special_tokens.py +++ b/metagpt/utils/special_tokens.py @@ -1,4 +1,4 @@ # token to separate different code messages in a WriteCode Message content MSG_SEP = "#*000*#" -# token to seperate file name and the actual code text in a code message +# token to separate file name and the actual code text in a code message FILENAME_CODE_SEP = "#*001*#"