Minor doc updates; updating python 2 references to python 3 and updating grammar

This commit is contained in:
Joe Farebrother
2025-07-15 13:26:46 +01:00
parent 7a7db0efe8
commit 909f57261c
11 changed files with 20 additions and 20 deletions

View File

@@ -1,6 +1,6 @@
/**
* @name Comparison using is when operands support `__eq__`
* @description Comparison using 'is' when equivalence is not the same as identity
* @description Comparison using `is` when equivalence is not the same as identity
* @kind problem
* @tags quality
* reliability