Skip to content

Commit a1ce622

Browse files
authored
docs: Fix typo in docstring. (#2656)
1 parent 687c829 commit a1ce622

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hugr-py/src/hugr/hugr/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@ def num_in_ports(self, node: ToNode) -> int:
633633
def num_out_ports(self, node: ToNode) -> int:
634634
"""The number of outgoing ports of a node. See :meth:`num_ports`.
635635
636-
This value cound does not include order ports.
636+
This value does not include order ports.
637637
"""
638638
return self[node]._num_outs
639639

0 commit comments

Comments
 (0)