Skip to content
Snippets Groups Projects
Commit e8c69fa5 authored by Raquel Alvarez Banos's avatar Raquel Alvarez Banos
Browse files

Re #11269 Change filenames to lowercase

parent d96cc827
No related branches found
No related tags found
Loading
......@@ -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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment