Skip to content

Commit

Permalink
Add documentation examples for invalid-star-assignment-target (#7030)
Browse files Browse the repository at this point in the history
Co-authored-by: Vladyslav Krylasov <vladyslav.krylasov@gmail.com>
  • Loading branch information
julthep and sprytnyk authored Jun 24, 2022
1 parent b081b7d commit 4311d52
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions doc/data/messages/i/invalid-star-assignment-target/bad.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*fruit = ['apple', 'banana', 'orange'] # [invalid-star-assignment-target]

This file was deleted.

2 changes: 1 addition & 1 deletion doc/data/messages/i/invalid-star-assignment-target/good.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# This is a placeholder for correct code for this message.
fruit = ['apple', 'banana', 'orange']

0 comments on commit 4311d52

Please sign in to comment.