Switch docstring to triple quotes

This commit is contained in:
Scoder12
2020-07-27 17:04:03 -07:00
parent 94e8c30f9d
commit 55b82ab1c0
+1 -1
View File
@@ -4,7 +4,7 @@ from .database import db
def clear() -> None:
"Clear is used to clear the terminal."
"""Clear the terminal."""
print("\033[H\033[2J", end="", flush=True)