Skip to content

Commit 33d9217

Browse files
committed
BUG: Corrected typo
1 parent 7252f2e commit 33d9217

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

nipype/interfaces/io.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1570,11 +1570,11 @@ class SSHDataGrabberInputSpec(DynamicTraitedSpec, BaseInterfaceInputSpec):
15701570
desc='If set SSH commands will be logged to the given file')
15711571

15721572

1573-
class SSHDataGrabber(Datagrabber):
1574-
""" Datagrabber module that downloads the file list and optionally
1575-
the files from a SSH server. The SSH operation must not need
1576-
user and password so an SSH agent must be active in where this
1577-
module is being run.
1573+
class SSHDataGrabber(DataGrabber):
1574+
""" Extension of DataGrabber module that downloads the file list and
1575+
optionally the files from a SSH server. The SSH operation must
1576+
not need user and password so an SSH agent must be active in
1577+
where this module is being run.
15781578
15791579
15801580
.. attention::

0 commit comments

Comments
 (0)