mirror of
https://github.com/github/codeql.git
synced 2026-02-14 22:21:06 +01:00
Minor doc updates; updating python 2 references to python 3 and updating grammar
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user