sizmailov / pybind11-stubgen

Generate stubs for python modules
Other
233 stars 47 forks source link

Fix: Union regex typo #68

Closed JuliaPoo closed 2 years ago

JuliaPoo commented 2 years ago

The typo was preventing Union from being converted to typing.Union.

sizmailov commented 2 years ago

Thank you!