From cfdc9e0218cc2be32d524a4fec3d44e43df3aaf0 Mon Sep 17 00:00:00 2001
From: Karl Palmen <karl.palmen@stfc.ac.uk>
Date: Thu, 28 Aug 2014 13:40:53 +0100
Subject: [PATCH] File cleanup consideration re #10107

Signed-off-by: Karl Palmen <karl.palmen@stfc.ac.uk>
---
 .../docs/source/algorithms/LoadFullprofResolution-v1.rst      | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Code/Mantid/docs/source/algorithms/LoadFullprofResolution-v1.rst b/Code/Mantid/docs/source/algorithms/LoadFullprofResolution-v1.rst
index 744b4b3cc8e..db212fc8db3 100644
--- a/Code/Mantid/docs/source/algorithms/LoadFullprofResolution-v1.rst
+++ b/Code/Mantid/docs/source/algorithms/LoadFullprofResolution-v1.rst
@@ -60,8 +60,8 @@ Usage
    # As of the time of writing, 
    # fitting instrument parameters cannot be 
    # accessed through the python API.  
-   # They can be accessed via the file saved next:
-   SaveParameterFile(ws[0][0], "instParam.xml")
+   # They can be accessed via the file in the lext line, if uncommented:
+   #SaveParameterFile(ws[0][0], "instParam.xml")
 
    #This file should contain the lines shown next and similar for other parameters:
    #		<parameter name="Alpha0">
-- 
GitLab