We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba2ce85 commit e98474eCopy full SHA for e98474e
examples/xdamage.py
@@ -70,7 +70,7 @@ def checkExt(disp):
70
sys.exit(1)
71
else:
72
r = disp.damage_query_version()
73
- print('DAMAGE version %d.%d'.format(r.major_version, r.minor_version))
+ print('DAMAGE version {}.{}'.format(r.major_version, r.minor_version))
74
75
def main():
76
d = display.Display()
0 commit comments