WebAssembly / component-model

Repository for design and specification of the Component Model
Other
899 stars 75 forks source link

Python: fix invalid type annotations and undefined variables #292

Closed orsinium closed 6 months ago

orsinium commented 6 months ago
  1. Fix invalid document fragment names in ToC.
  2. Use the correct syntax in type annotations for lists. It should be list[int] instead of [int].
  3. Replace opts with cx.opts in a few functions where opts variable is undefined.
lukewagner commented 6 months ago

Thanks!