Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
Co-authored-by: Alan Lawrence <[email protected]>
  • Loading branch information
ss2165 and acl-cqc authored Jul 1, 2024
1 parent fdc8d12 commit f7d2ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hugr-py/src/hugr/cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def _wire_up_port(self, node: Node, offset: int, p: Wire) -> Type:
@dataclass
class Cfg(ParentBuilder[ops.CFG]):
"""Builder class for a HUGR control flow graph, with the HUGR root node
being an :class:`CFG <hugr.ops.CFG>`.
being a :class:`CFG <hugr.ops.CFG>`.
Args:
input_types: The input types for the CFG, outputs are propagated through
Expand Down

0 comments on commit f7d2ead

Please sign in to comment.