Skip to content

Commit db62648

Browse files
committed
surround None with backticks
1 parent f6c716e commit db62648

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/types.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ Additional Utility Classes and Functions
524524
.. function:: lookup_special_method(obj, attr, /)
525525

526526
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
527+
but still binding it to the instance. Returns ``None`` if the method is not
528528
found.
529529

530530
.. versionadded:: next

0 commit comments

Comments
 (0)