From 34e40067d0322d3c1a0043ede9b359aefe26209d Mon Sep 17 00:00:00 2001 From: Bhuvan Bezawada <bhuvan_777@outlook.com> Date: Thu, 26 Jul 2018 15:04:45 +0100 Subject: [PATCH] Fixed indentation error re #22885 --- docs/source/api/python/mantid/geometry/DetectorInfo.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/api/python/mantid/geometry/DetectorInfo.rst b/docs/source/api/python/mantid/geometry/DetectorInfo.rst index 2112df811cc..2eb3db61fc1 100644 --- a/docs/source/api/python/mantid/geometry/DetectorInfo.rst +++ b/docs/source/api/python/mantid/geometry/DetectorInfo.rst @@ -13,8 +13,8 @@ Many users may need this extra information so that they can have a better unders The ``DetectorInfo`` object is one of three objects that the user can gain access to from a workspace. The other two are: - * ``SpectrumInfo`` - * ``ComponentInfo`` + * ``SpectrumInfo`` + * ``ComponentInfo`` --------- Indexing -- GitLab