Fixed typo

This commit is contained in:
Dimitris Zlatanidis 2022-12-08 19:27:13 +02:00
parent 95e834606a
commit c1d1af904e

View file

@ -3,7 +3,7 @@
class Version:
""" Print the vesrsion. """
""" Print the version. """
def __init__(self):
self.version_info: tuple = (4, 3, 5)