summaryrefslogtreecommitdiff
path: root/docs/_ext/applyxrefs.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/_ext/applyxrefs.py')
-rw-r--r--docs/_ext/applyxrefs.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/_ext/applyxrefs.py b/docs/_ext/applyxrefs.py
index 3809088c1f..14d18bd856 100644
--- a/docs/_ext/applyxrefs.py
+++ b/docs/_ext/applyxrefs.py
@@ -77,12 +77,12 @@ def main(argv=None):
target_found, lines = has_target(fn)
if not target_found:
if testing:
- print '%s: %s' % (fn, lines[0]),
+ print('%s: %s' % (fn, lines[0]))
else:
- print "Adding xref to %s" % fn
+ print("Adding xref to %s" % fn)
process_file(fn, lines)
else:
print "Skipping %s: already has a xref" % fn
if __name__ == '__main__':
- sys.exit(main()) \ No newline at end of file
+ sys.exit(main())