mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Fix some false positives of documentation syntax problems
This commit is contained in:
parent
2109f7880b
commit
3ea574f35b
3 changed files with 4 additions and 4 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue