Skip to content

Commit

Permalink
Fix typos found by codespell
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos committed Jul 26, 2023
1 parent c56f31a commit 19fb38f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/neurospin_to_bids/acquisition_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def canonicalize_glob_pattern(pattern):


def get_session_path(scanner, acq_date, nip):
"""Get the path to the directory containg data from one acquisition session
"""Get the path to the directory containing data from one acquisition session
scanner (str): valid choices are the members of NEUROSPIN_DATABASES.keys()
acq_date (str): the acquisition date in YYYYMMDD format
Expand Down Expand Up @@ -102,7 +102,7 @@ def get_session_path(scanner, acq_date, nip):


def get_session_paths(scanner, acq_date, nip):
"""Get the path to the directory containg data from acquisition session(s)
"""Get the path to the directory containing data from acquisition session(s)
scanner (str): valid choices are the members of NEUROSPIN_DATABASES.keys()
acq_date (str): the acquisition date in YYYYMMDD format
Expand Down
2 changes: 1 addition & 1 deletion src/neurospin_to_bids/bids.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@


class BIDSError(Exception):
"""Exception raised for unparseable BIDS data."""
"""Exception raised for unparsable BIDS data."""
pass


Expand Down

0 comments on commit 19fb38f

Please sign in to comment.