From e8c69fa50d72fece7e32b131497605a47f6d6d69 Mon Sep 17 00:00:00 2001
From: Raquel Alvarez Banos <raquel.alvarez.banos@gmail.com>
Date: Thu, 5 Mar 2015 16:24:20 +0000
Subject: [PATCH] Re #11269 Change filenames to lowercase

---
 Code/Mantid/docs/source/algorithms/PhaseQuad-v1.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Code/Mantid/docs/source/algorithms/PhaseQuad-v1.rst b/Code/Mantid/docs/source/algorithms/PhaseQuad-v1.rst
index a28f9cf81a3..07ea35c8282 100644
--- a/Code/Mantid/docs/source/algorithms/PhaseQuad-v1.rst
+++ b/Code/Mantid/docs/source/algorithms/PhaseQuad-v1.rst
@@ -40,7 +40,7 @@ Usage
 .. testcode:: ExPhaseQuadList
 
    # Load a set of spectra from a EMU file
-   ws = LoadMuonNexus('EMU00006473.nxs')
+   ws = LoadMuonNexus('emu00006473.nxs')
 
    # Create a PhaseList file with some arbitrary detector information
    import os
@@ -79,7 +79,7 @@ Output:
 .. testcode:: ExPhaseQuadTable
 
    # Load a set of spectra from a EMU file
-   ws = LoadMuonNexus('EMU00006473.nxs')
+   ws = LoadMuonNexus('emu00006473.nxs')
 
    # Create a PhaseTable with some arbitrary detector information
    tab = CreateEmptyTableWorkspace()
-- 
GitLab