Skip to content
Snippets Groups Projects
Commit 96def00d authored by Paul McCarthy's avatar Paul McCarthy
Browse files

Doc fixes

parent 158db705
No related branches found
No related tags found
No related merge requests found
...@@ -287,7 +287,7 @@ def isNoisyComponent(labels, signalLabels=None): ...@@ -287,7 +287,7 @@ def isNoisyComponent(labels, signalLabels=None):
:arg signalLabels: Labels which are deemed signal. If a component has :arg signalLabels: Labels which are deemed signal. If a component has
no labels in this list, it is deemed noise. Defaults no labels in this list, it is deemed noise. Defaults
to ``['Signal', 'Unknown']`. to ``['Signal', 'Unknown']``.
""" """
if signalLabels is None: if signalLabels is None:
signalLabels = ['signal', 'unknown'] signalLabels = ['signal', 'unknown']
......
...@@ -34,7 +34,7 @@ Two types of configuration data are available: ...@@ -34,7 +34,7 @@ Two types of configuration data are available:
that can be pickled can be stored. that can be pickled can be stored.
- Separate files, either text or binary. Access these via the ``readFile``, - 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. 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 The location of this directory differs from platform to platform, but is
......
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