[docs] A typo in the unittest.mock docs

Alex nevimov at gmail.com
Mon Apr 11 04:49:49 EDT 2016


https://docs.python.org/3/library/unittest.mock.html#magic-mock
...

 > Methods and their defaults:
 > ...
 > __len__:1
 > ...

Should be __len__:0


More information about the docs mailing list