]> granicus.if.org Git - python/commit
Fix typos in mock and exceptions docs
authorBerker Peksag <berker.peksag@gmail.com>
Mon, 11 Apr 2016 09:23:04 +0000 (12:23 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Mon, 11 Apr 2016 09:23:04 +0000 (12:23 +0300)
commit8fafc74d45d2f6eba034ca0ff450adf12610ff18
tree4d4acbb9a3f7c804a1e7e47421ca962f25f61ab2
parent864b63c33f8f715121efeb9fce031f9c2534c27a
Fix typos in mock and exceptions docs

The default value of __len__ is 0, not 1:

    >>> from unittest.mock import MagicMock
    >>> mock = MagicMock()
    >>> len(mock)
    0

Reported by Alex on docs@p.o.

Remove the remaining VMSError reference. VMS support is gone.
Doc/library/exceptions.rst
Doc/library/unittest.mock.rst