Skip to content

Commit 92002b8

Browse files
Add documentation examples for too-many-star-expressions (#7071)
Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
1 parent c1e6760 commit 92002b8

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*stars, *constellations = ["Sirius", "Arcturus", "Vega"] # [too-many-star-expressions]

doc/data/messages/t/too-many-star-expressions/details.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# This is a placeholder for correct code for this message.
1+
*sirius_and_arcturus, vega= ["Sirius", "Arcturus", "Vega"]

0 commit comments

Comments
 (0)