diff --git a/Doc/reference/datamodel.rst b/Doc/reference/datamodel.rst index f8f626ae4ad19f..ae2b8fcaf87939 100644 --- a/Doc/reference/datamodel.rst +++ b/Doc/reference/datamodel.rst @@ -1041,7 +1041,7 @@ have the following two methods available: .. doctest:: >>> int.__subclasses__() - [, , , , ] + [, , , ] Class instances ---------------