```python def func( *a ): pass ``` becomes: ```python def func( * a ): pass ``` Notice the leading space before `a`.