qapi: Rename QAPISchemaAlternateType.variants to .alternatives
commite0a28f39b4602de56d3c0f66a386ededd25ea109
authorMarkus Armbruster <armbru@redhat.com>
Fri, 15 Mar 2024 15:36:02 +0000 (15 16:36 +0100)
committerMarkus Armbruster <armbru@redhat.com>
Mon, 6 May 2024 10:38:27 +0000 (6 12:38 +0200)
tree590aaa6d03c6c890c056c76f678486b33b5f761b
parent3ff2a5a35c387a4deb86101474c7e181b36e82f2
qapi: Rename QAPISchemaAlternateType.variants to .alternatives

A previous commit narrowed the type of
QAPISchemaAlternateType.variants from QAPISchemaVariants to
QAPISchemaAlternatives.  Rename it to .alternatives.

Same for .__init__() parameter @variants.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
scripts/qapi/schema.py