Skip to content

Commit 2d00c35

Browse files
authored
Update gendocs.py
1 parent 5d1b3c0 commit 2d00c35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gendocs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,6 @@ def visit_FunctionDef(self, functiondef):
7575
{% endfor %}
7676
{% endfor %}
7777
"""))
78-
docs_path = "command_docs.md"
78+
docs_path = "COMMANDS.md"
7979
with open(docs_path, "w") as fd:
8080
fd.write(tmpl.render(commands=FOUND))

0 commit comments

Comments
 (0)