diff --git a/Doc/library/2to3.rst b/Doc/library/2to3.rst index 9a1644a97c0a..fce02e280093 100644 --- a/Doc/library/2to3.rst +++ b/Doc/library/2to3.rst @@ -338,7 +338,8 @@ and off individually. They are described here in more detail. .. 2to3fixer:: nonzero - Renames :meth:`__nonzero__` to :meth:`~object.__bool__`. + Renames definitions of methods called :meth:`__nonzero__` + to :meth:`~object.__bool__`. .. 2to3fixer:: numliterals