diff --git a/pybitblock/PyBlock.py b/pybitblock/PyBlock.py index 6b95a41..2bd97ba 100644 --- a/pybitblock/PyBlock.py +++ b/pybitblock/PyBlock.py @@ -36,7 +36,7 @@ from robohash import Robohash version = "1.1.12" def close(): - print("<<< Ctr + C.\n\n") + print("<<< Ctrl + C.\n\n") def sysinfo(): #Cpu and memory usage print(" \033[0;37;40m----------------------")