-
- Downloads
py/objcomplex: Fix typo in ternary expression.
This typo actually did the correct thing, but it was very obscure (came about from think in terms of Python's "x if cond else y" expression).
Please register or sign in to comment
This typo actually did the correct thing, but it was very obscure (came about from think in terms of Python's "x if cond else y" expression).