diff options
Diffstat (limited to 'Doc/library/collections.abc.rst')
| -rw-r--r-- | Doc/library/collections.abc.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/library/collections.abc.rst b/Doc/library/collections.abc.rst index 3914956..6463cea 100644 --- a/Doc/library/collections.abc.rst +++ b/Doc/library/collections.abc.rst @@ -114,7 +114,8 @@ ABC Inherits from Abstract Methods Mixin .. class:: Reversible - ABC for classes that provide the :meth:`__reversed__` method. + ABC for iterable classes that also provide the :meth:`__reversed__` + method. .. versionadded:: 3.6 |
