Skip to content

Commit 156d1b6

Browse files
committed
Min updates
1 parent 7c8cf64 commit 156d1b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygame_menu/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def __new__(cls, major, minor, patch) -> 'Version':
2323

2424
def __repr__(self) -> str:
2525
fields = (f'{fld}={val}' for fld, val in zip(self.fields, self))
26-
return f'{str(self.__class__.__name__)}({", ".join(fields)})'
26+
return f'{self.__class__.__name__}({", ".join(fields)})'
2727

2828
def __str__(self) -> str:
2929
return '{}.{}.{}'.format(*self)

0 commit comments

Comments
 (0)