]> granicus.if.org Git - python/commit
unittest.mock doc: Fix references to recursive seal of Mocks (GH-9028)
authorMario Corchero <mariocj89@gmail.com>
Fri, 19 Oct 2018 21:57:37 +0000 (22:57 +0100)
committerVictor Stinner <vstinner@redhat.com>
Fri, 19 Oct 2018 21:57:37 +0000 (23:57 +0200)
commit96200eb2ffcda05de14099cf23f60d5091366e3e
tree7291dfed16ede85b754e6c7ca28df4cadb5145cc
parent5a30620e68ebb911eef4d583de3776d782148637
unittest.mock doc: Fix references to recursive seal of Mocks (GH-9028)

The docs in `library/unittest.mock` have been updated to remove
confusing terms about submock and be explicit about the behavior
expected.
Doc/library/unittest.mock.rst
Lib/unittest/mock.py