diff --git a/Framework/PythonInterface/plugins/algorithms/LoadGudrunOutput.py b/Framework/PythonInterface/plugins/algorithms/LoadGudrunOutput.py
index a889d974cd24eea84ccbbea6a89f2fee3be8c699..49727e573dd0ad46976f819765470d459669ad03 100644
--- a/Framework/PythonInterface/plugins/algorithms/LoadGudrunOutput.py
+++ b/Framework/PythonInterface/plugins/algorithms/LoadGudrunOutput.py
@@ -29,8 +29,8 @@ class LoadGudrunOutput(PythonAlgorithm):
         self.declareProperty(WorkspaceProperty(name='OutputWorkspace', defaultValue='',
                                                direction=Direction.Output,
                                                optional=PropertyMode.Optional),
-                             doc="If OutputWorkpsace is None,"
-                                 " then the workpsace name will be obtained from the input file.")
+                             doc="If No OutputWorkspace is provided, then the workpsace name "
+                                 "will be obtained from the meta data in the input file.")
 
     def PyExec(self):
         input_file = self.getProperty('InputFile').value