Fix typo in report.py

This commit is contained in:
MstrPikachu
2021-12-11 23:05:20 -05:00
parent 81da79c24a
commit 46a7497211
+1 -1
View File
@@ -93,7 +93,7 @@ def write_html() -> None:
def serve_report() -> None:
"""
Serve report page in a http server.
Serve report page in an http server.
:return: None
"""