From: Berker Peksag Date: Mon, 11 Apr 2016 09:23:25 +0000 (+0300) Subject: Fix typos in mock and exceptions docs X-Git-Tag: v3.6.0a1~234^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8e72f503b16e13ac223cebb99e0c8b76251cdc66;p=python 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. --- 8e72f503b16e13ac223cebb99e0c8b76251cdc66