mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
Python: Fix documentation markup for IdentityEqMethod
This commit is contained in:
@@ -38,7 +38,7 @@ class GenericEqMethod extends Function {
|
||||
}
|
||||
}
|
||||
|
||||
/** An __eq__ method that just does self is other */
|
||||
/** An `__eq__` method that just does `self is other` */
|
||||
class IdentityEqMethod extends Function {
|
||||
|
||||
IdentityEqMethod() {
|
||||
|
||||
Reference in New Issue
Block a user