Skip to content

Commit 2402a2c

Browse files
committed
✏️ A little more docstring cleanup
1 parent 61eeef4 commit 2402a2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CPAC/pipeline/engine/nodeblock.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
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

1919
from typing import Any, Callable, Optional, TYPE_CHECKING
2020

@@ -146,7 +146,7 @@ def __str__(self) -> str:
146146

147147

148148
class 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,

0 commit comments

Comments
 (0)