diff options
Diffstat (limited to 'Doc/library/repr.rst')
-rw-r--r-- | Doc/library/repr.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Doc/library/repr.rst b/Doc/library/repr.rst index 493e2b32f1..ae4ce658eb 100644 --- a/Doc/library/repr.rst +++ b/Doc/library/repr.rst @@ -62,9 +62,6 @@ which format specific object types. default is ``4`` for :attr:`maxdict`, ``5`` for :attr:`maxarray`, and ``6`` for the others. - .. versionadded:: 2.4 - :attr:`maxset`, :attr:`maxfrozenset`, and :attr:`set`. - .. attribute:: Repr.maxlong |