Fix some false positives of documentation syntax problems

This commit is contained in:
Pablo Galindo 2021-12-07 22:47:24 +00:00
parent 2109f7880b
commit 3ea574f35b
No known key found for this signature in database
GPG key ID: FFE87404168BD847
3 changed files with 4 additions and 4 deletions

View file

@ -2331,7 +2331,7 @@ called::
from inspect import isclass
def subscribe(obj, x):
"""Return the result of the expression `obj[x]`"""
"""Return the result of the expression 'obj[x]'"""
class_of_obj = type(obj)