Skip to content

Commit

Permalink
Merge pull request #162 from scottclowe/doc_docstring-tidy
Browse files Browse the repository at this point in the history
DOC: Tidy up docstrings
  • Loading branch information
scottclowe committed Jun 4, 2021
2 parents 2c54b62 + 6a7d910 commit 569dc9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fissa/core.py
Expand Up @@ -140,7 +140,7 @@ def __init__(self, images, rois, folder=None, nRegions=4,
- the path to a directory containing TIFF files (string),
- an explicit list of TIFF files (list of strings),
- a list of array_like data already loaded into memory, each shaped
- a list of array-like data already loaded into memory, each shaped
`(frames, y-coords, x-coords)`.
Note that each TIFF/array is considered a single trial.
Expand Down
2 changes: 1 addition & 1 deletion fissa/readimagejrois.py
Expand Up @@ -272,7 +272,7 @@ def _parse_roi_file_py3(roi_source):
"""Parses an individual ImageJ ROI
This implementation utilises the read_roi package, which is more robust
but does only supports Python 3+ and not Python 2.7.
but only supports Python 3+ and not Python 2.7.
Parameters
----------
Expand Down

0 comments on commit 569dc9c

Please sign in to comment.