.. _too-many-star-expressions: too-many-star-expressions / E0112 ================================= **Message emitted:** More than one starred expression in assignment **Description:** *Emitted when there are more than one starred expressions (`*x`) in an assignment. This is a SyntaxError.* Created by ``basic`` checker