Skip to content

Commit

Permalink
💚 rewrite replaced str
Browse files Browse the repository at this point in the history
  • Loading branch information
StarHeartHunt committed Oct 23, 2023
1 parent bfdb214 commit 713c6fb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/build_api_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@

for modname, path in builder.paths.items():
text = path.read_text(encoding="utf-8")
text.replace("<factory>", "")
path.write_text(text, encoding="utf-8")
path.write_text(text.replace("<factory>", ""), encoding="utf-8")

0 comments on commit 713c6fb

Please sign in to comment.