Skip to content

Commit cd0840a

Browse files
committed
dummy commit
1 parent 8e12658 commit cd0840a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/create_tasks_rst.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ def write_section(
332332
# close the file
333333
intro.close()
334334

335-
with open("docs/source/tasks.rst", "w", encoding="utf-8") as rst:
335+
with open("docs/source/tasks.rst", "w", encoding="utf-8") as rst: #dummy commit
336336
rst.write(".. coding: utf-8\n\n")
337337
rst.write("All tasks\n")
338338
rst.write("=" * 9 + "\n\n")

0 commit comments

Comments
 (0)