Skip to content

Commit

Permalink
Merge pull request #1029 from Remi-Gau/spell
Browse files Browse the repository at this point in the history
[STY] pacify codespell
  • Loading branch information
Remi-Gau authored Oct 16, 2023
2 parents 68647de + 3f94b54 commit 310e581
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bids/modeling/transformations/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ def select_type(col):

# Set as a new variable
else:
# Either assign new name in order, or re-use existing one
# Either assign new name in order, or reuse existing one
if self.output is not None:
n_vars = len(self.variables)
n_output = len(self.output)
Expand Down
2 changes: 1 addition & 1 deletion paper/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ deliberately designed with adoption in mind; it adheres to a user-focused
philosophy that prioritizes common use cases and discourages complexity. By
successfully encouraging a large and ever-growing subset of the community to
adopt a common standard for naming and organizing files, BIDS has made it much
easier for researchers to share, re-use, and process their data
easier for researchers to share, reuse, and process their data
[@Gorgolewski2017-cz].

The ability to efficiently develop high-quality spec-compliant applications
Expand Down

0 comments on commit 310e581

Please sign in to comment.