Skip to content

Commit ee5e5f1

Browse files
diazonawesm
authored andcommitted
Add parentheses to a print statement so it compiles under Python 3
1 parent 7b5ad3d commit ee5e5f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/make.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def latex():
7979

8080
os.chdir('../..')
8181
else:
82-
print 'latex build has not been tested on windows'
82+
print('latex build has not been tested on windows')
8383

8484
def check_build():
8585
build_dirs = [

0 commit comments

Comments
 (0)