From e37c8d0c4e6609d58b5b0875a4d431613cd21636 Mon Sep 17 00:00:00 2001 From: Talley Lambert Date: Wed, 5 Feb 2020 12:42:45 -0500 Subject: [PATCH] trailing whitespace --- testing/test_hookcaller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/test_hookcaller.py b/testing/test_hookcaller.py index ff29176e..cc345d4c 100644 --- a/testing/test_hookcaller.py +++ b/testing/test_hookcaller.py @@ -241,7 +241,7 @@ def foo(self, arg): def test_hookrelay_registration_by_specname_raises(pm): - """Verify using specname still raises the types of errors during registration as it + """Verify using specname still raises the types of errors during registration as it would have without using specname.""" class Api(object):