[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. (Merge with 3.3)
http://hg.python.org/cpython/rev/42ef1c82d645

--
nosy: +python-dev
resolution:  - fixed
stage:  - committed/rejected
status: open - closed

___
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



[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 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



[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 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



[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 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