From ec4d02d7afcd3219f67def7d24273c23fb848e94 Mon Sep 17 00:00:00 2001 From: Brandon Hewer <brandon.hewer@stfc.ac.uk> Date: Thu, 5 Oct 2017 16:29:52 +0100 Subject: [PATCH] Update the SaveNISTDAT docs Refs #20825 --- docs/source/algorithms/SaveNISTDAT-v1.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/algorithms/SaveNISTDAT-v1.rst b/docs/source/algorithms/SaveNISTDAT-v1.rst index 737c0665dd6..e9d30acff91 100644 --- a/docs/source/algorithms/SaveNISTDAT-v1.rst +++ b/docs/source/algorithms/SaveNISTDAT-v1.rst @@ -34,7 +34,7 @@ Usage # Load it back in and inspect what we have. reloaded_data = LoadAscii(file_path) - print "The data read back in is " + str(reloaded_data.readY(0)) + print("The data read back in is " + str(reloaded_data.readY(0))) .. testcleanup:: ExSaveRoundtrip -- GitLab