From 736bb56b0248daf8a835052effa4cdc8902ccb2d Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Thu, 25 Nov 2021 06:41:45 +1100 Subject: [PATCH] docs: fix simple typo, resouce -> resource There is a small typo in tests/test_suite.py. Should read `resource` rather than `resouce`. --- tests/test_suite.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_suite.py b/tests/test_suite.py index 17f6361..66fe381 100644 --- a/tests/test_suite.py +++ b/tests/test_suite.py @@ -695,7 +695,7 @@ def _iter_bank_account_uris(cls, marketplace, customer, bank_account): yield pattern.format(**args) def assert_not_rev0(self, resource): - """Ensures the given resouce is not in revision 0 format + """Ensures the given resource is not in revision 0 format """ self.assert_(not hasattr(resource, '_uris'))