From 6608d0ac9e0ec00ea706ec2b6b55a4296869f0fe Mon Sep 17 00:00:00 2001 From: "Adrian (Mircea) Nenu" Date: Mon, 30 Oct 2023 11:42:38 +0000 Subject: [PATCH] Update typo documents.py --- chatdev/documents.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chatdev/documents.py b/chatdev/documents.py index e37cd21a..70f8e911 100644 --- a/chatdev/documents.py +++ b/chatdev/documents.py @@ -38,7 +38,7 @@ class Documents(): for filename in self.docbooks.keys(): with open(os.path.join(directory, filename), "w", encoding="utf-8") as writer: writer.write(self.docbooks[filename]) - print(os.path.join(directory, filename), "Writed") + print(os.path.join(directory, filename), "Writen") def _get_docs(self): content = ""