[docs] [issue20759] unittest.mock documentation typos

Jurko Gospodnetić report at bugs.python.org
Mon Feb 24 12:02:19 CET 2014


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 <report at bugs.python.org>
<http://bugs.python.org/issue20759>
_______________________________________


More information about the docs mailing list