From ef7ce5480ae9b44e302acd994ff09551dcd6173f Mon Sep 17 00:00:00 2001
From: Brandon Hewer <brandon.hewer@stfc.ac.uk>
Date: Thu, 5 Oct 2017 16:09:43 +0100
Subject: [PATCH] Update the SaveILLCosmosAscii docs

Refs #20823
---
 docs/source/algorithms/SaveILLCosmosAscii-v1.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/source/algorithms/SaveILLCosmosAscii-v1.rst b/docs/source/algorithms/SaveILLCosmosAscii-v1.rst
index e232d1f046f..7f7bd9edd3c 100644
--- a/docs/source/algorithms/SaveILLCosmosAscii-v1.rst
+++ b/docs/source/algorithms/SaveILLCosmosAscii-v1.rst
@@ -40,7 +40,7 @@ Usage
     # perform the algorithm
     SaveILLCosmosAscii(InputWorkspace=ws1,Filename=savefile)
 
-    print "File Exists:", os.path.exists(savefile)
+    print("File Exists: {}".format(os.path.exists(savefile))
 
 .. testcleanup:: ExILLCosmosSimple
 
-- 
GitLab