rspec/rules/S5795/python/message.adoc

6 lines
178 B
Plaintext

=== Message
* Replace this "is" operator with "=="; identity operator is not reliable here.
* Replace this "is not" operator with "!="; identity operator is not reliable here.