Skip to content

Commit b0f9f35

Browse files
committed
Typo fix
1 parent c91efe0 commit b0f9f35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pymatching/matching.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ def decode(self,
495495
checked separately, and if a connected component has odd parity then an arbitrarily
496496
chosen boundary node in the same connected component is highlighted. If the parity of the
497497
syndrome weight in a connected component is odd, and the same connected component does not
498-
have a boundary node, then a `ValuerError` is raised.
498+
have a boundary node, then a `ValueError` is raised.
499499
500500
Parameters
501501
----------

0 commit comments

Comments
 (0)