Skip to content
Prev Previous commit
Next Next commit
Remove trailing whitespace
  • Loading branch information
AlexWaygood committed Nov 8, 2021
commit ace22fda9a0a81a6786255b4cb955d985d1a6a07
2 changes: 1 addition & 1 deletion Doc/reference/datamodel.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2286,7 +2286,7 @@ called::

def subscribe(obj, x):
"""Return the result of the expression `obj[x]`"""

class_of_obj = type(obj)

# If the class of `obj` defines `__getitem__()`,
Expand Down