Skip to content

Commit 9a0f765

Browse files
authored
Merge pull request #367 from jhlegarreta/doc/remove-spare-double-tick
DOC: Remove spare double quote in docstring
2 parents 642f19e + 2eddbaa commit 9a0f765

File tree

1 file changed

+1
-1
lines changed
  • src/nifreeze/data/dmri

1 file changed

+1
-1
lines changed

src/nifreeze/data/dmri/io.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
GRADIENT_BVAL_BVEC_PRIORITY_WARN_MSG = """\
3838
Both a gradients table file and b-vec/val files are defined; \
3939
ignoring b-vec/val files in favor of the gradients_file."""
40-
""""dMRI gradient file priority warning message."""
40+
"""dMRI gradient file priority warning message."""
4141

4242
GRADIENT_DATA_MISSING_ERROR = "No gradient data provided."
4343
"""dMRI missing gradient data error message."""

0 commit comments

Comments
 (0)