From f16d0f977f08da5cd9e8b1b90a35d1f7e19fce6d Mon Sep 17 00:00:00 2001 From: Verena Reimund <reimund@ill.eu> Date: Tue, 3 Apr 2018 11:52:58 +0200 Subject: [PATCH] Documentation: point data instead of distribution Refs #22217 --- .../test/python/plugins/algorithms/SortXAxisTest.py | 2 +- docs/source/algorithms/SortXAxis-v1.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Framework/PythonInterface/test/python/plugins/algorithms/SortXAxisTest.py b/Framework/PythonInterface/test/python/plugins/algorithms/SortXAxisTest.py index 14bcd054919..8db43a34f48 100644 --- a/Framework/PythonInterface/test/python/plugins/algorithms/SortXAxisTest.py +++ b/Framework/PythonInterface/test/python/plugins/algorithms/SortXAxisTest.py @@ -179,4 +179,4 @@ class SortXAxisTest(unittest.TestCase): DeleteWorkspace(sortedws) if __name__ == '__main__': - unittest.main() \ No newline at end of file + unittest.main() diff --git a/docs/source/algorithms/SortXAxis-v1.rst b/docs/source/algorithms/SortXAxis-v1.rst index 715baeb85e5..7d732196c1d 100644 --- a/docs/source/algorithms/SortXAxis-v1.rst +++ b/docs/source/algorithms/SortXAxis-v1.rst @@ -15,7 +15,7 @@ are sorted in a consistent way with the x-axis. This algorithm is for use with small workspaces loaded. It is particularly suitable for reformatting workspaces loaded via -:ref:`LoadAscii <algm-LoadAscii>`. Input workspaces must be a distribution. +:ref:`LoadAscii <algm-LoadAscii>`. Input workspaces must be point data. .. categories:: -- GitLab