Skip to content

Commit 3127289

Browse files
committed
fix: afni url in afni package
closes #657
1 parent 8fbaf0a commit 3127289

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

nipype/interfaces/afni/__init__.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# emacs: -*- mode: python; py-indent-offset: 4; indent-tabs-mode: nil -*-
22
# vi: set ft=python sts=4 ts=4 sw=4 et:
33
"""The afni module provides classes for interfacing with the `AFNI
4-
<http://www.fmrib.ox.ac.uk/afni/index.html>`_ command line tools. This
5-
was written to work with AFNI version 4.1.4.
4+
<http://afni.nimh.nih.gov/afni>`_ command line tools.
65
7-
Top-level namespace for afni. Perhaps should just make afni a package!
6+
Top-level namespace for afni.
87
"""
98

109
from .base import Info

0 commit comments

Comments
 (0)