From dbb01d35ec2850066edf140e6319b45bc234170e Mon Sep 17 00:00:00 2001
From: Brandon Hewer <brandon.hewer@stfc.ac.uk>
Date: Thu, 5 Oct 2017 14:58:21 +0100
Subject: [PATCH] Update PoldiFitPeaks docs

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

diff --git a/docs/source/algorithms/PoldiFitPeaks1D-v1.rst b/docs/source/algorithms/PoldiFitPeaks1D-v1.rst
index 17fa903a2fa..97f082a76b1 100644
--- a/docs/source/algorithms/PoldiFitPeaks1D-v1.rst
+++ b/docs/source/algorithms/PoldiFitPeaks1D-v1.rst
@@ -47,7 +47,7 @@ The following small usage example performs a peak fit on the sample data already
                     FitPlotsWorkspace = "fit_plots_6904",
                     Version=1)
                     
-    print "There are", mtd['fit_plots_6904'].getNumberOfEntries(), "plots available for inspection."
+    print("There are {} plots available for inspection.".format(mtd['fit_plots_6904'].getNumberOfEntries()))
     
 Output:
 
-- 
GitLab