diff --git a/Code/Mantid/docs/source/algorithms/LoadMLZ-v1.rst b/Code/Mantid/docs/source/algorithms/LoadMLZ-v1.rst index 9793826845df3de91fd005f0caca1cc8fdc838a6..3ef1ceba554ff35d51d6d86297940c8aeffc24d2 100644 --- a/Code/Mantid/docs/source/algorithms/LoadMLZ-v1.rst +++ b/Code/Mantid/docs/source/algorithms/LoadMLZ-v1.rst @@ -27,7 +27,7 @@ Usage .. testcode:: ExLoadTOFTOFnexus - ws = LoadMLZ(Filename='TOFTOFtestdata.nxs') + ws = LoadMLZ(Filename='TOFTOFTestdata.nxs') print "Name of the instrument: ", ws.getInstrument().getName() print "Number of spectra: ", ws.getNumberHistograms()