Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebachmeier committed Jan 8, 2025
1 parent 1c5674d commit a654257
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/easylink/graph_components.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class InputSlot:
Notes
-----
Nodes can be either :class:`Steps<easylink.step.Step>` or :class:`Implementations<~easylink.implementation.Implementation>`.
Nodes can be either :class:`Steps<easylink.step.Step>` or :class:`Implementations<easylink.implementation.Implementation>`.
"""

name: str
Expand All @@ -56,7 +56,7 @@ class OutputSlot:
Notes
-----
Nodes can be either :class:`Steps<easylink.step.Step>` or :class:`Implementations<~easylink.implementation.Implementation>`.
Nodes can be either :class:`Steps<easylink.step.Step>` or :class:`Implementations<easylink.implementation.Implementation>`.
Input data is validated via the :class:`InputSlot's<InputSlot>` required
:attr:`~InputSlot.validator` attribute. In order to prevent multiple
Expand All @@ -77,7 +77,7 @@ class EdgeParams:
Notes
-----
Nodes can be either :class:`Steps<easylink.step.Step>` or :class:`Implementations<~easylink.implementation.Implementation>`.
Nodes can be either :class:`Steps<easylink.step.Step>` or :class:`Implementations<easylink.implementation.Implementation>`.
"""

source_node: str
Expand Down

0 comments on commit a654257

Please sign in to comment.