Revision 9a3cc7ae lib/opcodes.py

b/lib/opcodes.py
982 982
    ]
983 983

  
984 984

  
985
class OpSetInstanceParams(OpCode):
985
class OpInstanceSetParams(OpCode):
986 986
  """Change the parameters of an instance."""
987 987
  OP_ID = "OP_INSTANCE_SET_PARAMS"
988 988
  OP_DSC_FIELD = "instance_name"

Also available in: Unified diff