Skip to content

Commit

Permalink
Added example of bad-reversed-sequence (#6021)
Browse files Browse the repository at this point in the history
Co-authored-by: Vladyslav Krylasov <vladyslav.krylasov@gmail.com>
  • Loading branch information
matusvalo and sprytnyk authored Mar 28, 2022
1 parent fff636c commit 78334cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/data/messages/b/bad-reversed-sequence/bad.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
reversed({1, 2, 3, 4}) # [bad-reversed-sequence]
1 change: 1 addition & 0 deletions doc/data/messages/b/bad-reversed-sequence/good.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
reversed([1, 2, 3, 4])

0 comments on commit 78334cb

Please sign in to comment.