Skip to content

Commit b97ff60

Browse files
authored
Merge pull request #147 from satra/enh/collate_output
fix: import location
2 parents 55da2c4 + a917f2d commit b97ff60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mindboggle/mio/tables.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1151,7 +1151,7 @@ def collate_participant_tables(subject_ids, base_dir):
11511151
path to a mindboggle output base directory (mindboggled)
11521152
11531153
1154-
>>> from mindboggle.mio import collate_participant_tables
1154+
>>> from mindboggle.mio.tables import collate_participant_tables
11551155
>>> dft = collate_participant_tables(['sub-1', 'sub-2'],
11561156
... '/path/to/mindboggled/') # doctest: +SKIP
11571157
"""

0 commit comments

Comments
 (0)