Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03c4080 commit 0c369d6Copy full SHA for 0c369d6
1 file changed
Lib/test/test_unittest/testmock/testmock.py
@@ -2270,7 +2270,7 @@ def test_misspelled_arguments(self):
2270
class Foo():
2271
one = 'one'
2272
# patch, patch.object and create_autospec need to check for misspelled
2273
- # arguments explicitly and throw a RuntimError if found.
+ # arguments explicitly and throw a RuntimeError if found.
2274
with self.assertRaises(RuntimeError):
2275
with patch(f'{__name__}.Something.meth', autospect=True): pass
2276
0 commit comments