Typo in pyi.py

Phil Thompson phil at riverbankcomputing.com
Sat Oct 29 09:18:52 BST 2022


On 29/10/2022 03:16, Weitian Leung wrote:
> While updated to the latest sip (6.7.3), I found there’s an typo in
> generator/outputs/pyi.py +498
> 
> s += f’def {prop.name.name}{sinature}: …\n’
> 
> Where sinature should be signature as dedefined at line 494, other
> wise it won’t compile project contains hints

Actually it only affects projects that use properties.

Thanks,
Phil


More information about the PyQt mailing list