[issue20759] unittest.mock documentation typos

2014-02-26 Thread Zachary Ware
Zachary Ware added the comment: Thanks for the report! -- assignee: docs@python -> zach.ware nosy: +zach.ware ___ Python tracker ___ _

[issue20759] unittest.mock documentation typos

2014-02-26 Thread Roundup Robot
Roundup Robot added the comment: New changeset 045f048cc116 by Zachary Ware in branch '3.3': Issue #20759: Fix some typos in the mock docs. http://hg.python.org/cpython/rev/045f048cc116 New changeset 42ef1c82d645 by Zachary Ware in branch 'default': Close #20759: Fix some typos in the mock docs.

[issue20759] unittest.mock documentation typos

2014-02-24 Thread Jurko Gospodnetić
Jurko Gospodnetić added the comment: And another one: 'setttings' should be spelled 'settings' in: http://hg.python.org/releasing/3.4/file/c1f9fbefb237/Doc/library/unittest.mock.rst#l1512 -- ___ Python tracker

[issue20759] unittest.mock documentation typos

2014-02-24 Thread Jurko Gospodnetić
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 se