From 96def00d97d77c795350374b181584daf33183ca Mon Sep 17 00:00:00 2001 From: Paul McCarthy <pauld.mccarthy@gmail.com> Date: Fri, 21 Apr 2017 12:20:42 +0100 Subject: [PATCH] Doc fixes --- fsl/data/fixlabels.py | 2 +- fsl/utils/settings.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fsl/data/fixlabels.py b/fsl/data/fixlabels.py index 4dc1821a2..5d01ae9b5 100644 --- a/fsl/data/fixlabels.py +++ b/fsl/data/fixlabels.py @@ -287,7 +287,7 @@ def isNoisyComponent(labels, signalLabels=None): :arg signalLabels: Labels which are deemed signal. If a component has no labels in this list, it is deemed noise. Defaults - to ``['Signal', 'Unknown']`. + to ``['Signal', 'Unknown']``. """ if signalLabels is None: signalLabels = ['signal', 'unknown'] diff --git a/fsl/utils/settings.py b/fsl/utils/settings.py index cb383c185..57a6a551d 100644 --- a/fsl/utils/settings.py +++ b/fsl/utils/settings.py @@ -34,7 +34,7 @@ Two types of configuration data are available: that can be pickled can be stored. - Separate files, either text or binary. Access these via the ``readFile``, - ``writeFile`, and ``deleteFile` functions. + ``writeFile``, and ``deleteFile`` functions. Both of the above data types will be stored in a configuration directory. The location of this directory differs from platform to platform, but is -- GitLab