mirror of
https://github.com/kingomarnajjar/ChatDev.git
synced 2026-07-26 06:37:30 +10:00
Update typo documents.py
This commit is contained in:
parent
a22a8ba1ce
commit
6608d0ac9e
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue