Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d6a7b6f

Browse files
committed
Python: Fix documentation markup for IdentityEqMethod
1 parent d273974 commit d6a7b6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/ql/src/Classes/Equality.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class GenericEqMethod extends Function {
3838
}
3939
}
4040

41-
/** An __eq__ method that just does self is other */
41+
/** An `__eq__` method that just does `self is other` */
4242
class IdentityEqMethod extends Function {
4343

4444
IdentityEqMethod() {

0 commit comments

Comments
 (0)