Skip to content

Commit

Permalink
docstring fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ss2165 committed Jul 1, 2024
1 parent 621b255 commit cc62d49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hugr-py/src/hugr/ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def _sig_port_type(sig: tys.FunctionType, port: InPort | OutPort) -> tys.Type:

@runtime_checkable
class DataflowOp(Op, Protocol):
"""Abstract dataflow operation, can be assumed to have a signature and Value
"""Abstract dataflow operation. Can be assumed to have a signature and Value-
kind ports.
"""

Expand Down

0 comments on commit cc62d49

Please sign in to comment.