Skip to content

Commit 58778a7

Browse files
committed
fix docstring
1 parent 4c7e452 commit 58778a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/algorithms/misc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -825,7 +825,7 @@ class AddCSVRow(BaseInterface):
825825
>>> addrow.inputs.in_file = 'scores.csv'
826826
>>> addrow.inputs.si = 0.74
827827
>>> addrow.inputs.di = 0.93
828-
>>> addrow.subject_id = 'S400'
828+
>>> addrow.inputs.subject_id = 'S400'
829829
>>> addrow.inputs.list_of_values = [ 0.4, 0.7, 0.3 ]
830830
>>> addrow.run() # doctest: +SKIP
831831
"""

0 commit comments

Comments
 (0)