File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1414
1515# You should have received a copy of the GNU Lesser General Public
1616# License along with C-PAC. If not, see <https://www.gnu.org/licenses/>.
17- """Classes and decorator for :`NodeBlock`s and :`NodeBlockFunction`s."""
17+ """Classes and decorator for :py:class: `NodeBlock` s and :py:class: `NodeBlockFunction` s."""
1818
1919from typing import Any , Callable , Optional , TYPE_CHECKING
2020
@@ -146,7 +146,7 @@ def __str__(self) -> str:
146146
147147
148148class NodeBlock :
149- """A :py:class:`~nipype.pipeline.engine.Workflow` subgraph composed of :py:class:`NodeBlockFunction`s."""
149+ """A :py:class:`~nipype.pipeline.engine.Workflow` subgraph composed of :py:class:`NodeBlockFunction` s."""
150150
151151 def __init__ (
152152 self ,
You can’t perform that action at this time.
0 commit comments