Skip to content

Commit

Permalink
docstring typo on VertexPair
Browse files Browse the repository at this point in the history
  • Loading branch information
jacanchaplais committed Sep 4, 2023
1 parent 9eefabe commit 6a3526c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions graphicle/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@ class ColorElement(ty.NamedTuple):


class VertexPair(ty.NamedTuple):
"""Named tuple container for the color / anticolor pair of a single
particle.
"""Named tuple container for the src and dst nodes representing an
edge in a graph.
:group: datastructure
Expand Down

0 comments on commit 6a3526c

Please sign in to comment.