This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author lisroach
Recipients lisroach
Date 2019-09-11.09:36:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1568194615.26.0.336032437884.issue38100@roundup.psfhosted.org>
In-reply-to
Content
Good first issue.

There is a spelling error in the unittest.mock library, "return_calulator" should be "return_calculator".

This is in the `_set_return_value` method in `Lib/unittest/mock.py`.
History
Date User Action Args
2019-09-11 09:36:55lisroachsetrecipients: + lisroach
2019-09-11 09:36:55lisroachsetmessageid: <1568194615.26.0.336032437884.issue38100@roundup.psfhosted.org>
2019-09-11 09:36:55lisroachlinkissue38100 messages
2019-09-11 09:36:54lisroachcreate