2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-05-06 09:43:38 +00:00

Fix minor typo (#11839)

This commit is contained in:
Oliver
2026-05-01 15:29:27 +10:00
committed by GitHub
parent 6f56d44287
commit 35bbecf4b0
@@ -63,7 +63,7 @@ class TransitionMethod:
result: bool - True if the transition method was successful, False otherwise. result: bool - True if the transition method was successful, False otherwise.
Raises: Raises:
ValidationError: Alert the user that the transition failued ValidationError: Alert the user that the transition failed
""" """
raise NotImplementedError( raise NotImplementedError(
'TransitionMethod.transition must be implemented' 'TransitionMethod.transition must be implemented'