From a62236f89e30f4203f4e93917f9c01eb3b669ac6 Mon Sep 17 00:00:00 2001 From: Brandon Hewer <brandon.hewer@stfc.ac.uk> Date: Thu, 5 Oct 2017 16:07:40 +0100 Subject: [PATCH] Update SaveDetectorsGrouping docs Refs #20823 --- docs/source/algorithms/SaveDetectorsGrouping-v1.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/algorithms/SaveDetectorsGrouping-v1.rst b/docs/source/algorithms/SaveDetectorsGrouping-v1.rst index 8851982509c..5f356aca0f5 100644 --- a/docs/source/algorithms/SaveDetectorsGrouping-v1.rst +++ b/docs/source/algorithms/SaveDetectorsGrouping-v1.rst @@ -40,7 +40,7 @@ Usage SaveDetectorsGrouping(grouping, save_path) with open(save_path, 'r') as f: - print f.read().replace('\t', ' ').strip() + print(f.read().replace('\t', ' ').strip()) Output: -- GitLab