We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6c716e commit db62648Copy full SHA for db62648
Doc/library/types.rst
@@ -524,7 +524,7 @@ Additional Utility Classes and Functions
524
.. function:: lookup_special_method(obj, attr, /)
525
526
Do a method lookup in the type without looking in the instance dictionary
527
- but still binding it to the instance. Returns None if the method is not
+ but still binding it to the instance. Returns ``None`` if the method is not
528
found.
529
530
.. versionadded:: next
0 commit comments