Jurko Gospodnetić added the comment:

Another related documentation 'bug' - the following wording:

> Mock doesn’t create these but instead of raises an
> AttributeError.

should be changed to something like:

> Mock doesn’t create these on demand and raises an AttributeError
> instead.

Can be seen in the documentation source file at:

http://hg.python.org/releasing/3.4/file/c1f9fbefb237/Doc/library/unittest.mock.rst#l960

----------
title: unittest.mock documentation typo -> unittest.mock documentation typos

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue20759>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to