Skip to content

Commit ea0da15

Browse files
committed
bpo-43400: Remove "easy to use" from mock docs
1 parent 40d1b83 commit ea0da15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/unittest.mock.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ module and class level attributes within the scope of a test, along with
3030
some examples of how to use :class:`Mock`, :class:`MagicMock` and
3131
:func:`patch`.
3232

33-
Mock is very easy to use and is designed for use with :mod:`unittest`. Mock
33+
Mock is designed for use with :mod:`unittest` and
3434
is based on the 'action -> assertion' pattern instead of 'record -> replay'
3535
used by many mocking frameworks.
3636

0 commit comments

Comments
 (0)