Line 21 in state.py:
RESERVE_COMMITTING = 'ReserveComitting'
Has the string "ReserveComitting" spelled incorrectly. This should be spelled "ReserveCommitting" as per the WSDL/XML specification.
Here is a reference to the original commit that introduced the error:
ab28576#r115194741