Skip to content

Commit 07a5676

Browse files
committed
Add scentence really explaining B041
1 parent 95f8791 commit 07a5676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ second usage. Save the result to a list if the result is needed multiple times.
205205

206206
**B040**: Caught exception with call to ``add_note`` not used. Did you forget to ``raise`` it?
207207

208-
**B041**: Repeated key-value pair in dictionary literal.
208+
**B041**: Repeated key-value pair in dictionary literal. Only emits errors when the key's value is *also* the same, being the opposite of the pyflakes like check.
209209

210210
Opinionated warnings
211211
~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)