mirror of
https://github.com/OpenBMB/ChatDev.git
synced 2026-07-29 09:26:03 +00: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():
|
for filename in self.docbooks.keys():
|
||||||
with open(os.path.join(directory, filename), "w", encoding="utf-8") as writer:
|
with open(os.path.join(directory, filename), "w", encoding="utf-8") as writer:
|
||||||
writer.write(self.docbooks[filename])
|
writer.write(self.docbooks[filename])
|
||||||
print(os.path.join(directory, filename), "Writed")
|
print(os.path.join(directory, filename), "Writen")
|
||||||
|
|
||||||
def _get_docs(self):
|
def _get_docs(self):
|
||||||
content = ""
|
content = ""
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user