mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-16 03:41:11 +01:00
Fixed typo
This commit is contained in:
parent
95e834606a
commit
c1d1af904e
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
|
|
||||||
class Version:
|
class Version:
|
||||||
""" Print the vesrsion. """
|
""" Print the version. """
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.version_info: tuple = (4, 3, 5)
|
self.version_info: tuple = (4, 3, 5)
|
||||||
|
|
Loading…
Reference in a new issue