[issue35789] Typo in unittest.mock docs

2019-01-20 Thread Jim Carroll
Jim Carroll added the comment: Never mindi see this issue has been reported previously and the typo is considered intentional. -- stage: -> resolved status: open -> closed ___ Python tracker __

[issue35789] Typo in unittest.mock docs

2019-01-20 Thread Jim Carroll
New submission from Jim Carroll : There is a typo in the unittest.mock documentation found at https://docs.python.org/3/library/unittest.mock.html. There are seven(7) instances of the word assret, where the author clearly intended assert. -- assignee: docs@python components: Document