Skip to content

Commit 773c499

Browse files
author
BoboTiG
committed
Update example to be 2.6 compliant
1 parent 5992045 commit 773c499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Screen shot of the monitor 1, with callback::
9292
from os.path import isfile
9393
if isfile(fname):
9494
newfile = fname + '.old'
95-
print('{} -> {}'.format(fname, newfile))
95+
print('{0} -> {1}'.format(fname, newfile))
9696
rename(fname, newfile)
9797
return True
9898

0 commit comments

Comments
 (0)