diff --git a/docs/source/algorithms/SaveTBL-v1.rst b/docs/source/algorithms/SaveTBL-v1.rst
index 1bdff632f67cdef310196f6de4ce37e6a24c3c8d..f17c7d9eb7038df9ca541be9c15b0955ea8f9174 100644
--- a/docs/source/algorithms/SaveTBL-v1.rst
+++ b/docs/source/algorithms/SaveTBL-v1.rst
@@ -80,7 +80,7 @@ Usage
     # 13470,2.3,13463+13464,0.035,0.3,0.04,,0,
     # 13462,2.3,13463+13464,0.035,0.3,0.04,,1,ProcessingInstruction="1:2"
     # 13469,0.7,13463+13464,0.01,0.06,0.04,,1,
-    print "File Exists:", os.path.exists(savefile)
+    print("File Exists: {}".format(os.path.exists(savefile)))
 
 .. testcleanup:: ExTBLSimple