Python: Fix documentation markup for IdentityEqMethod

This commit is contained in:
Rasmus Wriedt Larsen
2019-09-23 11:16:29 +02:00
parent d273974045
commit d6a7b6f7f1

View File

@@ -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() {