mirror of
https://github.com/OpenBMB/ChatDev.git
synced 2024-11-07 18:40:13 +03:00
Merge pull request #244 from nenuadrian/patch-1
Update typo documents.py
This commit is contained in:
commit
57204b214b
@ -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 = ""
|
||||
|
Loading…
Reference in New Issue
Block a user