Spelling and grammar fixes

This commit is contained in:
Ville Skyttä
2018-05-13 12:06:09 +02:00
parent 84b37e1b57
commit aa51fcb2b6
21 changed files with 31 additions and 31 deletions

View File

@@ -1553,7 +1553,7 @@ class TestAutouseDiscovery(object):
def test_callables_nocode(self, testdir):
"""
a imported mock.call would break setup/factory discovery
an imported mock.call would break setup/factory discovery
due to it being callable and __code__ not being a code object
"""
testdir.makepyfile("""