Skip to content

Commit 53a7db5

Browse files
committed
DOC: Update class name in pipeline.py docstring
It looks like `Workflow` was once named `Pipeline`, and this got changed everywhere but the module docstring.
1 parent 63f282a commit 53a7db5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/pipeline/engine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# vi: set ft=python sts=4 ts=4 sw=4 et:
33
"""Defines functionality for pipelined execution of interfaces
44
5-
The `Pipeline` class provides core functionality for batch processing.
5+
The `Workflow` class provides core functionality for batch processing.
66
77
Change directory to provide relative paths for doctests
88
>>> import os

0 commit comments

Comments
 (0)